/ ‘themes/aurora/templates/base.html’

This commit is contained in:
Dooho Yi 2020-08-10 01:57:27 +09:00
parent 6113d06c1f
commit f357212b00

View file

@ -24,6 +24,12 @@
font-family: AppleGothic, NanumSquare, Sans-serif;
}
@media only screen and (max-width: 600px) {
header {
font-size: 1.6em;
}
}
body::-webkit-scrollbar {
width: 0;
height: 0;