fix: padding settings changed for '#locales-dropdown'

This commit is contained in:
Mowkax 2023-07-10 16:47:35 +03:00
parent d84e9022db
commit 551ef661d2

View File

@ -300,15 +300,12 @@
color: rgb(127, 127, 127); color: rgb(127, 127, 127);
} }
#locales-dropdown>:first-child { #locales-dropdown> * {
padding-bottom: 0.5rem;
}
#locales-dropdown>:nth-child(2) {
padding-top: 0.5rem; padding-top: 0.5rem;
} }
/* Responsiveness */ /* Responsiveness */
@media only screen and (min-width: 1500px) { @media only screen and (min-width: 1500px) {