add some messy footer content

This commit is contained in:
elisejakob
2024-05-10 13:25:47 +02:00
parent e1a4f3233e
commit e772441558
2 changed files with 79 additions and 4 deletions

View File

@ -4,8 +4,17 @@
align-items: flex-end;
padding: var(--spacing-sitepadding);
background: #ccc;
}
a {
text-decoration: none;
}
.contactList {
width: 100%;
display: grid;
grid-template-columns: repeat(12, 1fr);
column-gap: var(--spacing-gap-column);
row-gap: var(--spacing-gap-column);
}
.contactItem {
list-style: none;
grid-column: span 3;
}