Commit b497bf0
committed
ots page: fix zero horizontal margin on mobile
`.ots-calendars { padding: 1rem 0 }` zeroed Bootstrap's responsive
horizontal padding on the parent .container-xl, so on small screens
the page content sat flush against the viewport edge (the
screenshot showed text touching the left side at 0px).
Split into explicit padding-top + padding-bottom so the container's
--bs-gutter-x stays intact and we still get vertical breathing room.1 parent 47e5f2f commit b497bf0
1 file changed
Lines changed: 6 additions & 1 deletion
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
0 commit comments