add a minimal width
This commit is contained in:
parent
401427c3fb
commit
cf00327f9c
@ -57,6 +57,12 @@ body {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen {
|
||||||
|
body {
|
||||||
|
min-width: 1370px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: rgb(0, 100, 200);
|
color: rgb(0, 100, 200);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user