diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-07 23:30:35 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-07 23:30:35 -0400 |
commit | 41217a170195f97d16bbc3a19f0ffb3c8495c6d0 (patch) | |
tree | 1fcf74c3001b672bf652f833c6830fc84ebf0228 /static/peach.css | |
parent | c0000090fd342f09b01bf677a255e74c3d400594 (diff) |
static: peach.css: update .bd-timeline-container class
Add left-right padding for smaller screens.
Diffstat (limited to 'static/peach.css')
-rw-r--r-- | static/peach.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/peach.css b/static/peach.css index 6e4e045..ab2e643 100644 --- a/static/peach.css +++ b/static/peach.css @@ -118,6 +118,13 @@ body { justify-content: center; } + +@media (max-width: 440px) { + .bd-timeline-container { + padding: 0 15px; + } +} + .bd-timeline-container .periods-container { width: 440px; display: flex; |