From 2b1976a6aa6f58204c27df0018cf84b03bfbc9de Mon Sep 17 00:00:00 2001 From: Craig Mayhew Date: Tue, 2 Jan 2024 10:36:22 +0000 Subject: [PATCH] Placed month and date on same line --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index d28a352..d66a20b 100644 --- a/css/style.css +++ b/css/style.css @@ -311,14 +311,14 @@ body { color: #fff; text-transform: uppercase; font-size: 14px; - line-height: 12px; + line-height: 24px; padding: 15px 8px; text-align: center; height: 100%; } .date span { - font-size: 36px; - line-height: 26.2px; + font-size: 50px; + line-height: 26px; margin-bottom: 10px; }