hot pink fixes pt1
This commit is contained in:
parent
339b1269e4
commit
4d69e32534
|
@ -40,7 +40,7 @@ $grey: #858585
|
||||||
margin: 0
|
margin: 0
|
||||||
font-size: 54px
|
font-size: 54px
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
line-height: 1.3
|
line-height: 1.2
|
||||||
|
|
||||||
.h1--grey
|
.h1--grey
|
||||||
@extend %h1
|
@extend %h1
|
||||||
|
@ -184,14 +184,16 @@ $grey: #858585
|
||||||
display: flex
|
display: flex
|
||||||
justify-content: space-between
|
justify-content: space-between
|
||||||
flex-direction: column-reverse
|
flex-direction: column-reverse
|
||||||
|
align-items: center
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
flex-direction: row
|
flex-direction: row
|
||||||
|
|
||||||
.section-list,
|
.section-list,
|
||||||
.section-text
|
.section-text
|
||||||
flex: 0 0 50%
|
flex: 0 0 50%
|
||||||
@media (min-width: 54em)
|
padding: 0 1em
|
||||||
flex: 0 0 47%
|
// @media (min-width: 54em)
|
||||||
|
// flex: 0 0 47%
|
||||||
|
|
||||||
.list--check
|
.list--check
|
||||||
li
|
li
|
||||||
|
@ -281,7 +283,7 @@ $grey: #858585
|
||||||
flex-flow: row wrap
|
flex-flow: row wrap
|
||||||
margin-top: 1em
|
margin-top: 1em
|
||||||
li
|
li
|
||||||
flex: 0 0 15em
|
flex: 0 0 16em
|
||||||
|
|
||||||
[class^="feature-"]
|
[class^="feature-"]
|
||||||
display: block
|
display: block
|
||||||
|
|
Loading…
Reference in New Issue
Block a user