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:
@@ -889,3 +889,37 @@ th, td {
|
|||||||
th {
|
th {
|
||||||
font-weight: normal;
|
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%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user