From 5f9fd579d98ea739cc2ee4cafe4124e74e1ffe88 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 15 Nov 2024 12:37:01 -0500 Subject: updates --- src/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/css') diff --git a/src/css/style.css b/src/css/style.css index d787840..32d999f 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -55,6 +55,7 @@ footer { .logo { float: right; + width: 200px; border-radius: 50%; } @@ -65,7 +66,7 @@ footer { @media only screen and (max-device-width : 667px) { .logo { - max-width: 66px; + max-width: 88px; } footer .date { -- cgit v1.2.3