From d7779751225b688b63362d8420187a5562b61d34 Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Wed, 28 Apr 2021 15:14:00 +0530 Subject: [PATCH] Minor style changes --- public/icon.svg | 11 ++++++----- src/pages/_app.tsx | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/public/icon.svg b/public/icon.svg index a2cfc24b3..a1ca5e53f 100644 --- a/public/icon.svg +++ b/public/icon.svg @@ -1,6 +1,7 @@ - - - - - + + + + + diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index d8ef85194..f5f4fcecc 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -182,8 +182,8 @@ const GlobalStyles = createGlobalStyle` } .bm-burger-button { position: fixed; - width: 28px; - height: 20px; + width: 24px; + height: 16px; top:25px; left: 32px; } @@ -316,7 +316,7 @@ export default function App({ Component, pageProps, err }) {