diff --git a/src/components/NavigationBarAside.tsx b/src/components/NavigationBarAside.tsx index c9383ec..21a7f90 100644 --- a/src/components/NavigationBarAside.tsx +++ b/src/components/NavigationBarAside.tsx @@ -2,7 +2,6 @@ import Image from 'next/image'; import Link from 'next/link'; import { useState } from 'react'; import NavigationBarAsideItems from './NavigationBarAsideItems'; -import CritSVG from '../../public/images/critLogo.svg'; const NavigationBarAside = () => { const [isLoggedIn, setIsLoggedIn] = useState(true); diff --git a/styles/components/_header.scss b/styles/components/_header.scss index bda0adb..70184ac 100644 --- a/styles/components/_header.scss +++ b/styles/components/_header.scss @@ -22,7 +22,11 @@ &__login-button { @apply font-semibold font-raleway uppercase; - width: 105px; + height: 37px; + + @screen md { + width: 105px; + } } &__image {