fix: padding settings changed for '#locales-dropdown'
This commit is contained in:
parent
d84e9022db
commit
551ef661d2
|
@ -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) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue