Merge pull request #7200 from alexcontini/patch-21

updates to mobile - spacing, column stacking and padding
Merging manually bc bot too slow :-(
This commit is contained in:
Jennifer Rondeau
2018-02-01 10:26:41 -05:00
committed by GitHub
+34
View File
@@ -889,3 +889,37 @@ th, td {
th {
font-weight: normal;
}
@media screen and (max-width: 580px) {
.browsecolumn {
width: 95%;
}
.paths {
margin-top : 10%;
padding:4%;
}
.navButton {
padding:2%;
}
.buttons {
padding:4%;
}
.whitebar {
padding:5%;
}
}