Fix font sizes for small devices

This commit is contained in:
Brian Picciano 2022-11-23 19:21:25 +01:00
parent 58086a3fda
commit 03493f9d61
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}

View File

@ -17,7 +17,7 @@
<a href="{{ BlogURL "/" }}"><strong>Mediocre Blog</strong></a>
by
<a href="https://mediocregopher.com">mediocregopher</a>
&nbsp;&nbsp;&nbsp;//&nbsp;&nbsp;&nbsp;
<br/>
<a href="{{ BlogURL "follow" }}">Follow</a>
&nbsp;/&nbsp;
<a href="{{ BlogURL "feed.xml" }}">RSS</a>