Make responsive (#8)

* Refactor ModResult to use CSS Grid

* Mobile support for ModResult

* Mobile navbar

* Mobile fixes, get rid of x overflow

* Mobile filter support

* Fully responsive

* Collapse categories view later

* Mobile-first

* Fix version selector width
This commit is contained in:
stairman06
2020-09-18 15:05:13 -05:00
committed by GitHub
parent fee2eb9251
commit 8a2f45ec23
4 changed files with 492 additions and 143 deletions

View File

@@ -1,7 +1,7 @@
.columns {
display: flex;
@for $i from 1 through 4 {
@for $i from 1 through 5 {
.column-grow-#{$i} {
flex-grow: $i;
}