Lower font size for smaller resolutions

This commit is contained in:
Eduard Urbach 2017-07-03 23:35:33 +02:00
parent 468956abf1
commit 1ab503fc5c
2 changed files with 7 additions and 3 deletions

View File

@ -1,15 +1,19 @@
html
height 100%
font-family "Ubuntu", "Trebuchet MS", sans-serif
font-size 100%
body
font-family "Ubuntu", "Trebuchet MS", sans-serif
font-size 1.05rem
tab-size 4
overflow hidden
height 100%
color text-color
background-color bg-color
> 1400px
body
font-size 105%
a
color link-color
text-decoration none

View File

@ -19,7 +19,7 @@
.post-content
ui-element
flex-grow 1
padding 0.8rem 1rem
padding 0.75rem 1rem
position relative
h1