From 67b88eafd3bf156cb2dbbcfc328c3d60d782d2dc Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 28 Oct 2023 23:30:19 -0400 Subject: [PATCH] correct spacing without new release --- ws/static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ws/static/styles.css b/ws/static/styles.css index 5af9ccc..d6ca3f1 100644 --- a/ws/static/styles.css +++ b/ws/static/styles.css @@ -33,6 +33,10 @@ a:visited { margin-top: 0; } +.project > p:first-of-type { + margin-bottom: 16px; +} + .project > h2 > span { font-size: 12px; float: right;