mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 23:29:17 -08:00
feat: finish breaking up the stylesheets
This commit is contained in:
parent
35f5f48cc9
commit
8ef43c8de1
10 changed files with 158 additions and 148 deletions
15
sass/header.scss
Normal file
15
sass/header.scss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
header nav ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5em;
|
||||
li {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
flex-grow: 1;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue