css optimierungen

This commit is contained in:
2025-11-11 11:27:35 +01:00
parent 27e184b89d
commit 55562f59d4
2 changed files with 50 additions and 54 deletions

View File

@@ -17,9 +17,10 @@
html, body {
margin: 0;
padding: 0;
height: 100dvh;
width: 100vw;
overflow: hidden;
min-height: 100dvh;
width: 100%;
overflow-x: hidden; /* horizontales Scrollen verhindern, vertikal zulassen */
overflow-y: auto;
font-family: sans-serif;
color: var(--ci-creamwhite);
background: linear-gradient(180deg, var(--ci-darkgreen), var(--ci-blue));