added more structure, sass, and page routers
This commit is contained in:
parent
c774dff9e0
commit
bda7b7224a
23 changed files with 767 additions and 158 deletions
11
src/scss/components/_header.scss
Normal file
11
src/scss/components/_header.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// Header
|
||||
|
||||
@use '../base/settings' as *;
|
||||
@use '../utilities/mixins' as *;
|
||||
|
||||
header {
|
||||
padding: $section-padding;
|
||||
h1 {
|
||||
@include flatten;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue