Add shitty subtitles back
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user