add html viewer @media

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

View File

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