start something stylish 🐷💅 add sass, create layout components, sort styles and components into folders
This commit is contained in:
11
web/src/components/layout/footer.module.scss
Normal file
11
web/src/components/layout/footer.module.scss
Normal file
@ -0,0 +1,11 @@
|
||||
.footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
padding: var(--spacing-sitepadding);
|
||||
background: #ccc;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user