From 0b2f3eee8324d3d955d756768ae9aeecafbe43a3 Mon Sep 17 00:00:00 2001 From: Tuure Date: Wed, 10 Jan 2024 23:11:27 +0200 Subject: [PATCH] fix(#57): convert absolute units to relative units --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 58428987..8ab35292 100644 --- a/static/style.css +++ b/static/style.css @@ -129,8 +129,8 @@ hr { display: none; } section.footnotes { - font-size: 12px; - margin-top: 20px; + font-size: 0.75rem; + margin-top: 1.25rem; border-top: 0.2px solid #444; color: #7d7d7d; }