diff --git a/styles.css b/styles.css index ac06d96..7cbe43e 100644 --- a/styles.css +++ b/styles.css @@ -361,4 +361,10 @@ button:hover { .readout .value { color: var(--text-light); font-weight: bold; +} + +@media only screen and (max-width: 768px) { + main { + display: block; + } } \ No newline at end of file