Fix font sizes for small devices
This commit is contained in:
parent
58086a3fda
commit
03493f9d61
@ -58,12 +58,12 @@
|
||||
|
||||
html {
|
||||
font-family: Georgia, serif;
|
||||
font-size: 1em;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
@media (max-device-width: 800px) {
|
||||
html {
|
||||
font-size: 1.3em;
|
||||
font-size: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
<a href="{{ BlogURL "/" }}"><strong>Mediocre Blog</strong></a>
|
||||
by
|
||||
<a href="https://mediocregopher.com">mediocregopher</a>
|
||||
//
|
||||
<br/>
|
||||
<a href="{{ BlogURL "follow" }}">Follow</a>
|
||||
/
|
||||
<a href="{{ BlogURL "feed.xml" }}">RSS</a>
|
||||
|
Loading…
Reference in New Issue
Block a user