Add the primitive dropdown styling for the skills
This commit is contained in:
parent
31b2ccedc8
commit
6381b51990
14 changed files with 179 additions and 67 deletions
|
|
@ -35,6 +35,12 @@
|
|||
}
|
||||
&--skills {
|
||||
grid-area: skills;
|
||||
|
||||
.panel__content {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
grid-template-rows: repeat(2, minmax(0, min-content));
|
||||
}
|
||||
}
|
||||
&--backpack {
|
||||
grid-area: backpack;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue