mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/css: reduce main box & explanation padding
This commit is contained in:
parent
b1f781d000
commit
3680afd80e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue