aufteilung zwischen Planung und Meetings

This commit is contained in:
Borgal
2025-08-14 21:39:21 +02:00
parent 2e2685f889
commit be9ce61d2e
3 changed files with 10 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
/* --- Basis-Layout-Regeln --- */
body {
background-color: #e6e6e6ff;
padding-top: 40px; /* Anpassen an die Höhe Ihres Menüs */
padding-top: 56px !important; /* Korrigiert, um Platz für das Menü zu schaffen */
}
.container {
@@ -14,6 +15,7 @@ pre {
white-space: pre-wrap;
}
/* --- App-spezifische Stile --- */
.color-preview {
width: 30px;
height: 30px;
@@ -24,7 +26,7 @@ pre {
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 100, /* Wert von 100 bis 700, je niedriger, desto dünner */
'wght' 100,
'GRAD' 0,
'opsz' 24
}