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

@@ -223,6 +223,7 @@
}
}
.bd-navbar-mobile-download-icon,
.bd-navbar-mobile-sponsor-icon {
display: none !important;
}
@@ -249,6 +250,7 @@
}
@media screen and (min-width: 450px) and (max-width: $tablet - 1px) {
.bd-navbar-mobile-download-icon,
.bd-navbar-mobile-sponsor-icon {
display: flex !important;
}