align features-check on medium
This commit is contained in:
parent
4f9b286605
commit
2f1c57df69
|
@ -319,6 +319,8 @@
|
||||||
|
|
||||||
.features-callouts
|
.features-callouts
|
||||||
text-align: center
|
text-align: center
|
||||||
|
@media #{$medium-only}
|
||||||
|
float: none
|
||||||
|
|
||||||
#f-co-1, #f-co-2, #f-co-3, #f-co-4
|
#f-co-1, #f-co-2, #f-co-3, #f-co-4
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -339,6 +341,17 @@
|
||||||
|
|
||||||
.features-checked
|
.features-checked
|
||||||
padding-left: 30px
|
padding-left: 30px
|
||||||
|
@media #{$medium-only}
|
||||||
|
float: none
|
||||||
|
|
||||||
|
h2
|
||||||
|
@media #{$medium-only}
|
||||||
|
width: grid-calc(8, 12)
|
||||||
|
margin: 1em auto
|
||||||
|
ul
|
||||||
|
@media #{$medium-only}
|
||||||
|
width: grid-calc(5, 12)
|
||||||
|
margin: auto
|
||||||
|
|
||||||
ul
|
ul
|
||||||
@include resetul
|
@include resetul
|
||||||
|
|
Loading…
Reference in New Issue
Block a user