From 4bf5bb1bc6418a20572c0ddfc63d76aff13bb752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Wed, 24 Jan 2024 18:03:22 -0800 Subject: [PATCH] just change everything at 1200px wide --- static/css/style.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 145d5b7..7fa6ff6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -90,14 +90,6 @@ h2 { /* width specific settings */ @media screen and (max-width: 1200px) { - #words, - #bigwords { - width: 90%; - } -} - -@media screen and (max-width: 800px) { - #words, #bigwords { width: 100%;