start something stylish 🐷💅 add sass, create layout components, sort styles and components into folders

This commit is contained in:
elisejakob
2024-05-09 02:11:37 +02:00
parent 5b9c484f14
commit 5cd5e40e91
14 changed files with 350 additions and 90 deletions

View 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;
}
}