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:
@@ -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%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user