mirror of
https://github.com/dergigi/boris.git
synced 2026-01-22 00:04:30 +01:00
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:
@@ -78,7 +78,7 @@
|
||||
|
||||
.pane.main {
|
||||
margin: 0 auto;
|
||||
padding: 0.5rem;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user