Desktop-Layout: Sprachauswahl und Hilfe-Button etwas nach oben verschoben für bessere Balance

This commit is contained in:
2025-08-02 11:31:30 +02:00
parent 512898b34b
commit 4740288c45
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ body {
}
.help-button-container {
position: absolute;
top: 1.5em;
top: 1em;
right: 2em;
z-index: 10;
}
@@ -521,7 +521,7 @@ button:focus, .accordion-header:focus {
/* Sprachauswahl */
.language-selector {
position: absolute;
top: 1.5em;
top: 1em;
left: 2em;
z-index: 10;
}