minor styling tweaks

This commit is contained in:
Rudis Muiznieks 2023-03-27 08:33:52 -05:00
parent 91baf6ed3a
commit 702bbb0807
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 7 additions and 0 deletions

View File

@ -225,6 +225,10 @@ ol li {
padding: 0.5rem 0; padding: 0.5rem 0;
} }
ol li aside {
margin-top: 0.25rem;
}
ol li:hover { ol li:hover {
border-top: 1px solid black; border-top: 1px solid black;
border-bottom: 1px solid black; border-bottom: 1px solid black;
@ -410,6 +414,9 @@ h2 svg {
} }
@media only screen and (max-width: 50ch) { @media only screen and (max-width: 50ch) {
.seriesDetails section {
font-size: 1em;
}
#nowPlaying { #nowPlaying {
display: none; display: none;
} }