From 3399d89a165e5da8810dfb999f821d95356c5e1a Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Tue, 31 Jan 2023 15:22:44 -0500 Subject: [PATCH] style.css: added responsive layout --- src/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/style.css b/src/style.css index 9ac474c..ff7428b 100644 --- a/src/style.css +++ b/src/style.css @@ -156,6 +156,13 @@ button:active { } } +@media only screen and (max-width: 1000px) { + body { + max-width: 80%; + margin: 40px auto; + } +} + .visualhidden { opacity: 0; }