Lower font size for smaller resolutions
This commit is contained in:
parent
468956abf1
commit
1ab503fc5c
@ -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
|
||||
|
@ -19,7 +19,7 @@
|
||||
.post-content
|
||||
ui-element
|
||||
flex-grow 1
|
||||
padding 0.8rem 1rem
|
||||
padding 0.75rem 1rem
|
||||
position relative
|
||||
|
||||
h1
|
||||
|
Loading…
Reference in New Issue
Block a user