4
0
mirror of https://github.com/RicterZ/nhentai.git synced 2025-05-06 03:21:07 +02:00

add html viewer @media

This commit is contained in:
symant233 2019-12-11 10:55:50 +08:00
parent d045adfd6a
commit 9592870d85

@ -67,3 +67,9 @@ html, body {
0 0 2px #222,
0 0 2px #222;
}
@media only screen and (max-width: 855px) {
nav {
display: none;
}
}