From 8b37cfeacada925e3c5b9b7102f8fad0f28da144 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 10 Dec 2025 10:50:12 -0600 Subject: Move common CSS to separate file. --- uploader/static/css/layout-medium.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'uploader/static/css/layout-medium.css') diff --git a/uploader/static/css/layout-medium.css b/uploader/static/css/layout-medium.css index f504073..dcd2dda 100644 --- a/uploader/static/css/layout-medium.css +++ b/uploader/static/css/layout-medium.css @@ -1,7 +1,3 @@ -* { - box-sizing: border-box; -} - @media screen and (width > 8in) and (max-width: 20in) { body { display: grid; -- cgit 1.4.1