fix(andreknie.de): close package two review gaps

This commit is contained in:
2026-07-28 21:13:21 +02:00
parent 8236cce85c
commit 0334252fed
5 changed files with 91 additions and 7 deletions
+34
View File
@@ -14,8 +14,42 @@
@media (max-width: 600px) {
.hero {
padding-top: 100px;
padding-bottom: calc(60px + var(--dock-content-space));
}
.hero-photo {
width: 140px;
height: 140px;
margin-bottom: 16px;
}
.hero h1 {
font-size: 2.25rem;
margin-bottom: 8px;
}
.hero-roles {
font-size: 1rem;
margin-bottom: 12px;
}
.hero-subtext {
font-size: 1rem;
line-height: 1.45;
margin-bottom: 24px;
}
.hero-actions {
flex-wrap: nowrap;
gap: 10px;
}
.hero-actions .primary-button,
.hero-actions .secondary-button {
padding: 12px 18px;
font-size: 0.95rem;
}
}
.hero-content {