diff options
author | siddharth <s@ricketyspace.net> | 2022-05-21 20:58:34 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2022-05-21 20:58:34 -0400 |
commit | 5559bf37e05244e97020c4fbe77646e17ae42085 (patch) | |
tree | 1c50c2043fc0884077efd4dac7f8eead78492222 /static/peach.css | |
parent | 7afe0925dbd6905cb3b64b72181c9f04c8ff7be1 (diff) |
peach: flesh out bare bones
Diffstat (limited to 'static/peach.css')
-rw-r--r-- | static/peach.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/peach.css b/static/peach.css new file mode 100644 index 0000000..6d32955 --- /dev/null +++ b/static/peach.css @@ -0,0 +1,15 @@ +p { + margin: 0; +} + +.peach-container { + display: flex; + flex-direction: column; + gap: 15px; +} + +.timeline .container { + display: flex; + justify-content: space-around; + align-content: space-around; +} |