diff --git a/src/lib/style/index.css b/src/lib/style/index.css index 96b5a1a..377c54c 100644 --- a/src/lib/style/index.css +++ b/src/lib/style/index.css @@ -57,6 +57,12 @@ body { box-sizing: border-box; } +@media only screen { + body { + min-width: 1370px; + } +} + a { color: rgb(0, 100, 200); text-decoration: none;