/ ‘themes/aurora/templates/base.html’
This commit is contained in:
parent
6113d06c1f
commit
f357212b00
1 changed files with 6 additions and 0 deletions
|
|
@ -24,6 +24,12 @@
|
||||||
font-family: AppleGothic, NanumSquare, Sans-serif;
|
font-family: AppleGothic, NanumSquare, Sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
header {
|
||||||
|
font-size: 1.6em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body::-webkit-scrollbar {
|
body::-webkit-scrollbar {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue