From b6a04f8d62fdbef114d54f76b110ebbfbdcb9d56 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 19 Oct 2020 06:57:50 -0700 Subject: [PATCH] Update index.css --- src/components/Header/index.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Header/index.css b/src/components/Header/index.css index a10177ab..33056cba 100644 --- a/src/components/Header/index.css +++ b/src/components/Header/index.css @@ -1,11 +1,12 @@ .Header { display: flex; - height: 48px; + height: 34px; width: 100%; } -.Header .right button:first-child { - margin-right: 8px; +.Header .right { + display: flex; + gap: 8px; } .Header .push {