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 background reverse-light-color
border-radius 50% border-radius 50%
transform translateY(-50%) transform translateY(-50%)
font-size 0.96rem
padding 0.5rem padding 0.5rem
color text-color color text-color
width 30px width 30px

View File

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

View File

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