Commit 7d0b9fc
committed
reduce body side margins on mobile to preserve readable width
Desktop margins are acceptable, but on small screens they consume too much of
the viewport and leave content unnecessarily constrained.
At <=767px, reduce body side margins from 10% to 3% so more width is available
for ordinary content.
This lowers avoidable wrapping and reduces the chance of horizontal overflow
triggered by overly narrow content area.1 parent c1a541f commit 7d0b9fc
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
0 commit comments