minor styling tweaks
This commit is contained in:
parent
91baf6ed3a
commit
702bbb0807
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue