From 5ebf3befb2925844b27b5ec73cb6b674154894e5 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Thu, 20 Jun 2024 13:26:50 -0500 Subject: [PATCH] Forgot a semicollen --- webpage/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webpage/style.css b/webpage/style.css index 97b38f6..091bd4f 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -932,8 +932,8 @@ span { margin-bottom:.1in; display: block; text-decoration:none; - font-size:.2in + font-size:.2in; } .provider{ - color:var(--timestamp-color) -} \ No newline at end of file + color:var(--timestamp-color); +}