Update Expo April 2020

This commit is contained in:
Jeremy Thomas
2020-04-13 11:14:37 +01:00
parent 2c0bd61c00
commit ef73794cf7
28 changed files with 139 additions and 50 deletions

View File

@@ -11771,6 +11771,18 @@ svg {
}
}
@media screen and (max-width: 768px) {
.bd-index-buttons {
margin-top: 3rem;
}
}
@media screen and (min-width: 769px), print {
.bd-index-buttons {
margin-top: 6rem;
}
}
.bd-index-header {
text-align: center;
}

File diff suppressed because one or more lines are too long