Lower font size for smaller resolutions
This commit is contained in:
parent
468956abf1
commit
1ab503fc5c
@ -1,15 +1,19 @@
|
|||||||
html
|
html
|
||||||
height 100%
|
height 100%
|
||||||
|
font-family "Ubuntu", "Trebuchet MS", sans-serif
|
||||||
|
font-size 100%
|
||||||
|
|
||||||
body
|
body
|
||||||
font-family "Ubuntu", "Trebuchet MS", sans-serif
|
|
||||||
font-size 1.05rem
|
|
||||||
tab-size 4
|
tab-size 4
|
||||||
overflow hidden
|
overflow hidden
|
||||||
height 100%
|
height 100%
|
||||||
color text-color
|
color text-color
|
||||||
background-color bg-color
|
background-color bg-color
|
||||||
|
|
||||||
|
> 1400px
|
||||||
|
body
|
||||||
|
font-size 105%
|
||||||
|
|
||||||
a
|
a
|
||||||
color link-color
|
color link-color
|
||||||
text-decoration none
|
text-decoration none
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
.post-content
|
.post-content
|
||||||
ui-element
|
ui-element
|
||||||
flex-grow 1
|
flex-grow 1
|
||||||
padding 0.8rem 1rem
|
padding 0.75rem 1rem
|
||||||
position relative
|
position relative
|
||||||
|
|
||||||
h1
|
h1
|
||||||
|
Loading…
Reference in New Issue
Block a user