web/css: reduce main box & explanation padding

This commit is contained in:
wukko 2024-05-18 00:23:47 +06:00
parent b1f781d000
commit 3680afd80e
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -252,7 +252,7 @@ button:active,
flex-direction: row; flex-direction: row;
} }
#cobalt-main-box #bottom { #cobalt-main-box #bottom {
padding-top: 1rem; padding-top: calc(1rem - var(--padding-small));
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
@ -610,7 +610,7 @@ button:active,
margin-top: 0.5rem; margin-top: 0.5rem;
} }
.explanation { .explanation {
margin-top: 0.8rem; margin-top: var(--padding);
width: 100%; width: 100%;
font-size: 0.8rem; font-size: 0.8rem;
text-align: left; text-align: left;