Organize partials

This commit is contained in:
Jeremy Thomas
2018-04-09 22:25:26 +01:00
parent a1c1909001
commit e8d4efb274
97 changed files with 691 additions and 835 deletions

View File

@@ -11482,8 +11482,8 @@ html.route-index .hero.is-primary a.column:hover .title strong {
.bd-tw {
background-color: #fff;
border: 1px solid #e1e8ed;
border-radius: 5px;
border: 2px solid #e1e8ed;
border-radius: 6px;
color: #697882;
flex-shrink: 0;
font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
@@ -11715,7 +11715,7 @@ html.route-index .hero.is-primary a.column:hover .title strong {
}
.bd-expo {
background-color: whitesmoke;
background-color: white;
padding: 1.5rem;
}
@@ -11796,10 +11796,6 @@ html.route-index .hero.is-primary a.column:hover .title strong {
}
}
.bd-love {
background-color: whitesmoke;
}
.bd-testimonials {
background-color: whitesmoke;
}
@@ -11902,9 +11898,6 @@ html.route-index .hero.is-primary a.column:hover .title strong {
}
@media screen and (max-width: 768px) {
.bd-love {
padding: 1.5rem;
}
.bd-hug {
margin: 1.5rem;
}
@@ -11923,9 +11916,6 @@ html.route-index .hero.is-primary a.column:hover .title strong {
}
@media screen and (min-width: 769px), print {
.bd-love {
padding: 3rem 1.5rem;
}
.bd-embrace {
align-items: center;
display: flex;