From 48ae55942f0dc853ddcc2c84cdc7fa05c44b1230 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 6 Jun 2021 10:53:06 +0200 Subject: [PATCH] Make @media queries whitespace consistent --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 4a1c724..753a502 100644 --- a/style.css +++ b/style.css @@ -236,7 +236,7 @@ button.danger:hover { border-left: 1px solid var(--sidebar-background); } -@media(max-width: 640px) { +@media (max-width: 640px) { #buffer-list ul { width: 0px; } @@ -625,7 +625,7 @@ kbd { } } -@media(max-width: 640px) { +@media (max-width: 640px) { .expander { display: block; }