Slightly increased font size
This commit is contained in:
parent
de4d208d3e
commit
fd8c5ec411
@ -75,6 +75,7 @@ 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
|
||||||
|
@ -9,13 +9,13 @@
|
|||||||
.feature-card,
|
.feature-card,
|
||||||
.payment-card
|
.payment-card
|
||||||
vertical
|
vertical
|
||||||
flex-basis 240px
|
flex-basis 250px
|
||||||
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 1.2rem
|
margin 0.8rem
|
||||||
default-transition
|
default-transition
|
||||||
|
|
||||||
:hover
|
:hover
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
html
|
html
|
||||||
height 100%
|
height 100%
|
||||||
font-family "Ubuntu", "Trebuchet MS", sans-serif
|
font-family "Ubuntu", "Trebuchet MS", sans-serif
|
||||||
font-size 100%
|
font-size 95%
|
||||||
|
|
||||||
> 900px
|
// > 900px
|
||||||
html
|
// html
|
||||||
font-size 90%
|
// font-size 90%
|
||||||
|
|
||||||
// > 1400px
|
// > 1400px
|
||||||
// html
|
// html
|
||||||
|
Loading…
Reference in New Issue
Block a user