Add download button

This commit is contained in:
Jeremy Thomas
2021-07-16 17:48:19 +01:00
parent 505d949101
commit 01bd04766b
7 changed files with 21 additions and 2 deletions

View File

@@ -18604,6 +18604,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
box-shadow: inset 0 -2px 0 0 var(--search);
}
.bd-navbar-mobile-download-icon,
.bd-navbar-mobile-sponsor-icon {
display: none !important;
}
@@ -18626,6 +18627,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
}
@media screen and (min-width: 450px) and (max-width: 768px) {
.bd-navbar-mobile-download-icon,
.bd-navbar-mobile-sponsor-icon {
display: flex !important;
}

File diff suppressed because one or more lines are too long