From 2f7fb9db00575b5d8995231cdf2d05b74273aa4f Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Sat, 12 Nov 2022 22:19:21 -0500 Subject: [PATCH] Test css --- index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index d7b2f7d..a8ffecf 100644 --- a/index.css +++ b/index.css @@ -8,6 +8,7 @@ margin: 10px; } } +@media (min-width: 600px) { body { column-width: 400px; -webkit-column-width: 400px; @@ -16,6 +17,7 @@ section { width: 380px; } +} body { column-gap: 20px; @@ -74,8 +76,8 @@ section { padding: 10px; } section > * { - -webkit-margin-before: 5px; - -webkit-margin-after: 5px; + margin-top: 5px; + margin-bottom: 5px; } section > table { margin-left: 20px; -- 2.47.3