Fix mobile layout: Verbesserte Lösung für Sprachauswahl-Überlappung mit mehr Abstand
This commit is contained in:
@@ -473,9 +473,11 @@ button:focus, .accordion-header:focus {
|
||||
max-width: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
.header-section {
|
||||
margin-top: 4.5em; /* Mehr Abstand für Sprachauswahl und Hilfe-Button */
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.3em;
|
||||
margin-top: 3.5em; /* Abstand für Sprachauswahl */
|
||||
}
|
||||
.help-button-container {
|
||||
top: 1em;
|
||||
@@ -797,7 +799,7 @@ footer br + a {
|
||||
<option value="en" {% if get_locale() == 'en' %}selected{% endif %}>{{ _('English') }}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div style="text-align:center; margin-bottom:1.2em;">
|
||||
<div class="header-section" style="text-align:center; margin-bottom:1.2em;">
|
||||
<div style="font-size:1.1em; font-style:italic; color:#475569;">{{ _('Elpatrons') }}</div>
|
||||
<h1 style="margin:0;">{{ _('Datumsrechner') }}</h1>
|
||||
<div style="font-size:0.9em; color:#1e293b; margin-top:0.3em;">
|
||||
|
Reference in New Issue
Block a user