From 0c348d23ebdbbacb59f0f70006d45788f801e371 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Sat, 8 Jun 2019 11:37:38 -0700 Subject: [PATCH] Resize logo --- styles/index.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/styles/index.css b/styles/index.css index db7008b..2db4580 100644 --- a/styles/index.css +++ b/styles/index.css @@ -162,16 +162,12 @@ img { } .logo { - max-height: 100px; + max-height: 2.5em; vertical-align: middle; padding-right: 0.25em; margin-bottom: 22px; } -.logo-text { - box-sizing: content-box; -} - .portfolio { display: flex; flex-flow: row wrap;