From 3680afd80e9d3bf0fb55bf228f081b7d055243b6 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 18 May 2024 00:23:47 +0600 Subject: [PATCH] web/css: reduce main box & explanation padding --- src/front/cobalt.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index 668d0eae..ab8c5e3b 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -252,7 +252,7 @@ button:active, flex-direction: row; } #cobalt-main-box #bottom { - padding-top: 1rem; + padding-top: calc(1rem - var(--padding-small)); display: flex; flex-direction: row; justify-content: space-between; @@ -610,7 +610,7 @@ button:active, margin-top: 0.5rem; } .explanation { - margin-top: 0.8rem; + margin-top: var(--padding); width: 100%; font-size: 0.8rem; text-align: left;