Remove party banner when below tablet size (fixes 10827) (#12289)

* Remove party banner when below tablet size
- Use Bootstrap breakpoints to remove party banner @ 768px
- Remove old media query that removed party button on small screens

* Make progress bars smaller @ 992px
- Makes room for party piece
This commit is contained in:
jacobguinther
2020-06-16 13:31:32 -06:00
committed by GitHub
parent 0d8df9f1a2
commit d7854f3809
2 changed files with 7 additions and 10 deletions

View File

@@ -60,6 +60,9 @@
border-radius: 1px;
height: 12px;
background-color: $header-dark-background;
@media (max-width: 992px) {
min-width: 160px;
}
}
.progress-container > .progress > .progress-bar {