From dd51bac69051eb83bbbec0625f76017ad9ef3436 Mon Sep 17 00:00:00 2001 From: vara <30459307+itsvara@users.noreply.github.com> Date: Wed, 24 Aug 2022 06:35:46 +0000 Subject: Update style.css --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 99c0a5e..55c7c95 100644 --- a/static/style.css +++ b/static/style.css @@ -154,7 +154,7 @@ aside.callout { /* This "@media" block defines rules that will only be applied when the minimum * width of the screen is 55em or greater. In essence, they are settings that - * only apply on normal weide screens, but *not* phones and low res monitors. + * only apply on normal widescreens, but *not* phones and low res monitors. * Since we have more room on widescreens, we change a couple things. */ @media (min-width: 55em) { -- cgit v1.2.3