Add shitty subtitles back

This commit is contained in:
2020-08-16 06:55:34 -05:00
parent 9c184e1757
commit abfa210303
3 changed files with 191 additions and 5 deletions

View File

@@ -90,21 +90,25 @@ img.bigimg {
box-shadow: 0 5px var(--shadow);
}
.logocontainer {
display: block;
align-items: center;
display: flex;
justify-content: center;
padding: 1em 0;
text-align: center;
}
.logo {
border-radius: 50%;
height: auto;
height: 64px;
vertical-align: middle;
margin: 0;
margin: 0 1em;
max-width: 64px;
}
.header h1 {
display: inline;
margin: 0;
}
.header p {
margin: 0;
}
.header nav ul {
list-style-type: none;
margin: 0;