summaryrefslogtreecommitdiff
path: root/pub/index.css
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-21 14:04:49 -0400
committerpommicket <pommicket@gmail.com>2025-09-21 14:04:49 -0400
commit569eeca1f591c76090e3efcfdef96f0c4e13e817 (patch)
treef31bc1a97aa648b434faf3178544577e049344bf /pub/index.css
parent7a8e4c62aa665c9340c4e08db05368a6fb36d5df (diff)
Add "past challenges"
Diffstat (limited to 'pub/index.css')
-rw-r--r--pub/index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/pub/index.css b/pub/index.css
index 544873a..ad2ea3b 100644
--- a/pub/index.css
+++ b/pub/index.css
@@ -263,3 +263,9 @@ dialog[open] {
textarea {
max-width: 90%;
}
+#past-container {
+ margin: 1em 0;
+}
+ul {
+ margin: 2px;
+}