minor design adjustments
All checks were successful
publish / publish (push) Successful in 25s

This commit is contained in:
Jannik Menzel 2025-06-26 22:14:55 +02:00
parent 745fb82ec0
commit 6cc722d313
2 changed files with 9 additions and 1 deletions

View file

@ -831,4 +831,12 @@ footer {
.feed-entry { .feed-entry {
flex: 0 1 100%; flex: 0 1 100%;
} }
.hero-section h1 {
font-size: 2rem;
}
.hero-section p {
font-size: 1rem;
}
} }

View file

@ -54,7 +54,7 @@
gap: 0.3em; gap: 0.3em;
font-size: 2rem; font-size: 2rem;
color: var(--color-text); color: var(--color-text);
margin-top: 3.5rem; margin-top: 2rem;
} }
.icon { .icon {