Add love data

This commit is contained in:
Jeremy Thomas
2017-10-09 09:42:07 +01:00
parent e12c69e2d6
commit 6f17562e34
7 changed files with 1522 additions and 525 deletions

View File

@@ -5306,6 +5306,10 @@ a.dropdown-item.is-active {
margin-top: 0;
}
.level.is-mobile .level-item {
margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(:last-child) {
margin-bottom: 0;
}
@@ -11960,7 +11964,9 @@ html.route-index .hero.is-primary a.column:hover .title strong {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 8.4px;
}