misc messy design progress, fix table error, add more placeholder content to pages, etc
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
.footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
min-height: 60vh;
|
||||
padding: var(--spacing-sitepadding);
|
||||
background: var(--color-chateauBlue);
|
||||
@ -41,4 +38,13 @@
|
||||
a {
|
||||
font-size: var(--font-size-caption);
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 12rem;
|
||||
margin-bottom: var(--spacing-section-bottom);
|
||||
|
||||
>div {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user