mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue