From d97c77a9a5c014bb1af713be5284fb777e296bd9 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sun, 20 Sep 2026 18:31:17 -0700 Subject: Update legal related stuff --- css/desktop/content.css | 4 ++++ css/desktop/footer.css | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/desktop/content.css b/css/desktop/content.css index 0a86b16..a879711 100755 --- a/css/desktop/content.css +++ b/css/desktop/content.css @@ -26,3 +26,7 @@ border: none; background-color: #98A5B0; } + +.content ol.paren > li::marker { + content: counter(list-item, lower-alpha) ") "; +} diff --git a/css/desktop/footer.css b/css/desktop/footer.css index 717c861..200d629 100755 --- a/css/desktop/footer.css +++ b/css/desktop/footer.css @@ -17,10 +17,10 @@ */ .footer { - height: 35px; padding: 5px; background-color: #CADCEB; - display: flex; + display: flex; + flex-direction: column; align-items: center; justify-content: center; border-radius: 0 0 9px 9px; @@ -28,6 +28,7 @@ } .footer p { + margin: 0; font-size: small; font-weight: bold; } \ No newline at end of file -- cgit v1.2.3