firmware wip - CSS better sizes for mobile and pc view
This commit is contained in:
parent
65ac8a72a2
commit
0aa6e47468
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ a:active {
|
||||||
background: #292929;
|
background: #292929;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 720px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
.center, .nav {
|
.center, .nav {
|
||||||
width: 60%; min-width: 420px;
|
width: 60%; min-width: 420px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue