From 5559bf37e05244e97020c4fbe77646e17ae42085 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sat, 21 May 2022 20:58:34 -0400 Subject: peach: flesh out bare bones --- static/peach.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 static/peach.css (limited to 'static/peach.css') 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; +} -- cgit v1.2.3