From 0ad2c404ceb81e569350da005c5fd4007a3fcfb5 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Sat, 8 Jun 2019 11:50:56 -0700 Subject: [PATCH] Resize logo --- styles/index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styles/index.css b/styles/index.css index be5f800..a69dd86 100644 --- a/styles/index.css +++ b/styles/index.css @@ -162,8 +162,7 @@ img { } .logo { - max-height: 2.5em; - margin-bottom: 22px; + max-width: 350px; } .portfolio { @@ -204,7 +203,7 @@ iframe { max-width: 300px; } .logo { - max-width: 88px; + max-width: 200px; } nav, .portfolio { flex-direction: column;