From 1fefc16807e5f4dbd655fb62d3f238a2f9f3e9e8 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Mon, 16 May 2022 19:45:18 -0600 Subject: [PATCH] Update logo width to be responsive --- styles/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/main.css b/styles/main.css index 0faf909..0bb1676 100644 --- a/styles/main.css +++ b/styles/main.css @@ -105,6 +105,7 @@ img { .site__logo { max-width: 20rem; + width: 100%; } /* Nav @@ -314,4 +315,4 @@ footer { footer a { color: white; -} \ No newline at end of file +}