start something stylish 🐷💅 add sass, create layout components, sort styles and components into folders
This commit is contained in:
24
web/src/components/layout/header.module.scss
Normal file
24
web/src/components/layout/header.module.scss
Normal file
@ -0,0 +1,24 @@
|
||||
.header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
padding: var(--spacing-sitepadding);
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-size: 3rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.siteMenu {
|
||||
ul {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
gap: var(--spacing-sitepadding);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user