From fbc6f28bfbd34f2d77ee8b2923e1fecf78e2cf36 Mon Sep 17 00:00:00 2001 From: miguel Date: Sat, 28 Aug 2021 13:11:36 +1000 Subject: [PATCH] Update magloop.css --- magloop.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/magloop.css b/magloop.css index 22b89b7..bcc76d9 100644 --- a/magloop.css +++ b/magloop.css @@ -60,8 +60,8 @@ section div.radios { background:white; display: inline-block; font-size: small; - margin: 0px; - padding: 0px; + margin: 3px; + padding: 3px; width: auto; height: auto; } @@ -96,7 +96,7 @@ section div.antennaSide-container { section.gridLayoutClass { display: grid; grid-template-columns: repeat(2, 1fr); - grid-template-rows: repeat(3, 1fr) 150px 150px 300px; + grid-template-rows: repeat(3, 1fr) 150px 160px 300px; justify-items: stretch; }