Logo + branding

This commit is contained in:
2022-10-04 00:55:41 -06:00
parent 8f97640709
commit fa96896fe3
10 changed files with 300 additions and 22 deletions

View File

@@ -48,6 +48,15 @@
margin: 1rem auto 12rem auto;
}
.logo {
width: 8rem;
height: auto;
}
.container .logo a {
border-bottom: none;
}
.footer {
font: 0.9rem/1.5 serif;
text-align: center;
@@ -196,6 +205,10 @@
color: #aaa;
}
.content.index {
margin-top: 0;
}
.content img {
filter: brightness(75%);
}