Skip to content

Commit

Permalink
[F003] Adjusted header and navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
aetheryna committed Jun 22, 2022
1 parent 373fb7c commit 8f29015
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/NavigationBarAside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
6 changes: 5 additions & 1 deletion styles/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
&__login-button {
@apply font-semibold font-raleway uppercase;

width: 105px;
height: 37px;

@screen md {
width: 105px;
}
}

&__image {
Expand Down

0 comments on commit 8f29015

Please sign in to comment.