Add more quotes

This commit is contained in:
gregoirenovel 2018-02-01 15:07:45 +01:00
parent 950e105ca6
commit d09a63bd62
2 changed files with 29 additions and 2 deletions

View file

@ -113,6 +113,7 @@ $landing-breakpoint: 1040px;
@extend %horizontal-list;
width: 100%;
justify-content: space-between;
margin-bottom: 30px;
@media (max-width: $landing-breakpoint) {
justify-content: center;
@ -122,6 +123,7 @@ $landing-breakpoint: 1040px;
.quote {
@extend %horizontal-list-item;
max-width: 500px;
width: 100%;
background-color: #FFFFFF;
box-shadow: 0 4px 16px 0 rgba(153, 153, 153, 0.2);
padding: 24px;