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);
}
#locales-dropdown>:first-child {
padding-bottom: 0.5rem;
}
#locales-dropdown>:nth-child(2) {
#locales-dropdown> * {
padding-top: 0.5rem;
}
/* Responsiveness */
@media only screen and (min-width: 1500px) {