Margin adjustments in settings

pull/311/head
Kevin Payravi 2023-11-02 04:05:01 -05:00
parent 890982ae37
commit 3159345349
1 changed files with 3 additions and 2 deletions

View File

@ -72,10 +72,11 @@
border-radius: 5px;
padding: 3px 0 8px 0;
margin: 0;
margin-bottom: .5em;
}
fieldset+fieldset {
margin-top: 1.5rem;
margin-top: 1rem;
}
fieldset>div {
@ -252,7 +253,7 @@
}
#langSelectContainer {
margin: .75em 0;
margin: 1em 0;
text-align: center;
}