From 73c9ab1708e465b60bc6967a2c896f391c8658f5 Mon Sep 17 00:00:00 2001 From: buoyantair Date: Wed, 18 Oct 2017 14:43:41 +0530 Subject: [PATCH] use smaller brand image Resized the brand logo to be 50px / 50px, that way it fits the header better. --- components/header.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/header.js b/components/header.js index 7c1030e1c..909d3f8b4 100644 --- a/components/header.js +++ b/components/header.js @@ -136,8 +136,8 @@ export default props => { align-items: center; } .nav__logo img { - width: 72px; - height: 72px; + width: 50px; + height: 50px; margin-right: 5px; } .nav__links {