summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2022-05-21 20:58:34 -0400
committersiddharth <s@ricketyspace.net>2022-05-21 20:58:34 -0400
commit5559bf37e05244e97020c4fbe77646e17ae42085 (patch)
tree1c50c2043fc0884077efd4dac7f8eead78492222 /static
parent7afe0925dbd6905cb3b64b72181c9f04c8ff7be1 (diff)
peach: flesh out bare bones
Diffstat (limited to 'static')
-rw-r--r--static/peach.css15
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;
+}