Fix mobile padding on StoryDetailPage

This commit is contained in:
Alexej Wolff
2026-02-11 17:48:23 +01:00
parent c01f4780c9
commit b86b6cdc7a
+4
View File
@@ -345,6 +345,10 @@
} }
@media (max-width: 600px) { @media (max-width: 600px) {
.story-detail-page {
padding: 1rem;
}
.hero-content h1 { .hero-content h1 {
font-size: 1.8rem; font-size: 1.8rem;
} }