Media query for everything(?) below 960px wide
This commit is contained in:
parent
436b13bb3e
commit
44ad0089ec
@ -390,7 +390,7 @@ table.media_panel th {
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 960px) {
|
||||||
.navigation_button {
|
.navigation_button {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user