Align language dropdown with globe button

This commit is contained in:
2026-02-04 15:31:36 +01:00
parent 6b13827041
commit edeef40da1

View File

@@ -50,6 +50,7 @@ html {
}
.lang-switch {
position: relative;
display: inline-block;
}
.lang-button {
border: 1px solid #d5c7b5;
@@ -62,7 +63,7 @@ html {
}
.lang-menu {
position: absolute;
right: 0;
left: 0;
top: calc(100% + 6px);
background: #fffaf3;
border: 1px solid #e3d4bd;