💄 Make skills list a bit nicer to look at
This commit is contained in:
parent
0d6c151a2b
commit
490e1ab350
2 changed files with 10 additions and 3 deletions
|
|
@ -158,3 +158,9 @@ p, dl, ul, ol {
|
|||
max-height: 12rem;
|
||||
}
|
||||
}
|
||||
|
||||
ul.skills {
|
||||
display: grid;
|
||||
grid-gap: .25rem;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue