Fix tiles

This commit is contained in:
Jeremy Thomas
2018-04-09 16:33:44 +01:00
parent 25d0ea1136
commit 03c13488a6
10 changed files with 646 additions and 665 deletions

View File

@@ -10402,7 +10402,7 @@ svg {
text-decoration: underline;
}
.bd-typo {
.bd-typo:not(:first-child) {
margin-top: 3rem;
}
@@ -10939,6 +10939,11 @@ svg {
overflow: auto;
}
.bd-snippet.bd-is-fullwidth {
border-radius: 0;
border-width: 1px 0;
}
@media screen and (min-width: 1024px) {
.bd-snippet.bd-is-vertical {
align-items: stretch;