From caf3b10a6445943d59be2f69f5098fc432be9e8f Mon Sep 17 00:00:00 2001 From: Lukasz Skotarek Date: Fri, 8 Oct 2021 12:54:58 +0200 Subject: [PATCH] css vodou magicks --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index e1f737e..a7cf274 100644 --- a/styles.css +++ b/styles.css @@ -240,15 +240,15 @@ Hides the menu at `48em`, but modify this based on your app's needs. } }*/ -@media (max-width: 48em) { +/*@media (max-width: 48em) { /* Only apply this when the window is small. Otherwise, the following case results in extra padding on the left: * Make the window small. * Tap the menu to trigger the active state. * Make the window large again. */ - #layout.active { + /* #layout.active { position: relative; left: 150px; } -} +}*/