Change the features panel

This commit is contained in:
gregoirenovel 2018-02-01 08:56:06 +01:00
parent 02552c7a7f
commit c6318c666f
4 changed files with 15 additions and 21 deletions

View file

@ -85,7 +85,7 @@ $landing-breakpoint: 1040px;
.feature {
@extend %horizontal-list-item;
width: 320px;
width: 260px;
@media (max-width: $landing-breakpoint) {
margin: 15px 20px;
@ -93,9 +93,9 @@ $landing-breakpoint: 1040px;
}
.feature-text {
text-align: center;
color: #FFFFFF;
font-size: 20px;
text-align: center;
}
.feature-text-em {