Fix font sizes for small devices

main
Brian Picciano 1 year ago
parent 58086a3fda
commit 03493f9d61
  1. 6
      src/http/static/mediocre.css
  2. 2
      src/http/tpl/base.html

@ -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>
&nbsp;&nbsp;&nbsp;//&nbsp;&nbsp;&nbsp;
<br/>
<a href="{{ BlogURL "follow" }}">Follow</a>
&nbsp;/&nbsp;
<a href="{{ BlogURL "feed.xml" }}">RSS</a>

Loading…
Cancel
Save