fix: remove padding on mobile main pane for edge-to-edge content

- Changed mobile .pane.main padding from 0.5rem to 0
- Content now extends fully edge-to-edge on mobile
- Matches design expectation for mobile reading experience
This commit is contained in:
Gigi
2025-10-13 22:22:24 +02:00
parent c146a8f7ec
commit c564d1608b

View File

@@ -78,7 +78,7 @@
.pane.main {
margin: 0 auto;
padding: 0.5rem;
padding: 0;
}
}