Reverted font size changes

This commit is contained in:
Eduard Urbach 2018-03-08 16:08:45 +01:00
parent 8427e004be
commit 781d8bb15e
3 changed files with 9 additions and 10 deletions

View File

@ -75,7 +75,6 @@ sidebar-spacing-y = 0.7rem
background reverse-light-color
border-radius 50%
transform translateY(-50%)
font-size 0.96rem
padding 0.5rem
color text-color
width 30px

View File

@ -9,13 +9,13 @@
.feature-card,
.payment-card
vertical
flex-basis 250px
flex-basis 240px
border-radius 5px
overflow hidden
background ui-background
box-shadow shadow-light
border 1px solid ui-border-color
margin 0.8rem
margin 1.2rem
default-transition
:hover

View File

@ -1,15 +1,15 @@
html
height 100%
font-family "Ubuntu", "Trebuchet MS", sans-serif
font-size 95%
font-size 90%
> 900px
html
font-size 90%
// > 900px
// html
// font-size 90%
> 1400px
html
font-size 95%
// > 1400px
// html
// font-size 95%
body
tab-size 4