From: Zachary Vance Date: Sun, 13 Nov 2022 03:19:21 +0000 (-0500) Subject: Test css X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=2f7fb9db00575b5d8995231cdf2d05b74273aa4f;p=za3k.git Test css --- 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;