Make paddings better for win screen

This commit is contained in:
Mikko Ahlroth 2021-02-03 19:37:37 +02:00
parent 22497cc808
commit 8dbb9ce362

View file

@ -1610,6 +1610,10 @@ body > div:first-child {
height: 100%;
}
p {
margin: 16px 0;
}
#flag {
flex: 3 0 100px;
align-self: stretch;
@ -1664,4 +1668,5 @@ body > div:first-child {
border: 3px dashed var(--text-muted);
padding: 10px;
border-radius: 10px;
margin-bottom: 32px;
}