updates to mobile - spacing, column stacking and padding

Some css updates to the mobile version, ignore my last PRs please!
This commit is contained in:
Alex Contini
2018-02-01 09:47:22 -05:00
committed by GitHub
parent c674f6865f
commit f490860c79
+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%;
}
}