From 56e11c4d76f3ee9989174cfbb1dc69ec96b6e5a6 Mon Sep 17 00:00:00 2001 From: NotNite Date: Tue, 2 May 2023 12:16:04 -0400 Subject: [PATCH] fix the logo tooo --- src/components/Logo.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Logo.module.css b/src/components/Logo.module.css index 02ea107..42807d3 100644 --- a/src/components/Logo.module.css +++ b/src/components/Logo.module.css @@ -1,3 +1,3 @@ .logo { - width: 700px; + max-width: 700px; }