Projektstart

This commit is contained in:
2026-01-22 16:26:57 +01:00
parent bc7fbf8ce6
commit 43c83e96bb
21 changed files with 264 additions and 70 deletions

View File

@@ -274,6 +274,11 @@ h1 {
border-color: var(--secondary);
}
button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.hero {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));