From fdf4a8e7582de1a710f63c11cdbb167489b94b35 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Sun, 28 Aug 2022 05:16:06 -0400 Subject: fix size --- static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index e276fc4..a1bb668 100644 --- a/static/styles.css +++ b/static/styles.css @@ -142,11 +142,11 @@ a:hover { letter-spacing: -1px; } -.home span { +.home > span { font-size: 16px; } -.home :last-child { +.home > :last-child { font-size: 16px; } -- cgit v1.2.3