add some messy footer content
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user