removed second scrollbar

This commit is contained in:
Laura Dolibois
2025-06-12 16:42:57 +02:00
parent 056ad96d3b
commit c309961051
2 changed files with 2 additions and 2 deletions

View File

@@ -15,12 +15,12 @@
html, body {
margin: 0;
padding: 0;
overflow: hidden;
background-color: var(--background-color) !important;
color: var(--text-color) !important;
transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* Rest Ihrer Styles ohne feste Farben */
.logo {
height: 6em;
padding: 1.5em;

View File

@@ -47,7 +47,7 @@
gap: 24px;
width: 90%;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
padding: 16px;
padding: 16px 16px 64px 16px;
margin: 0 auto;
box-sizing: border-box;
}