diff --git a/cube.css b/cube.css index ac7eb17..b6f9396 100644 --- a/cube.css +++ b/cube.css @@ -16,6 +16,18 @@ html { font-size: 450%; } +@media screen and (max-width: 400px) { + html { + font-size: 200%; + } +} + +@media screen and (max-width: 800px) and (min-width: 400px) { + html { + font-size: 300%; + } +} + a { color: #000000; text-decoration-line: none;