File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11import "@/styles/Header.scss" ;
22import devclubLogo from "@/resources/images/devclub-logo.svg" ;
3- import devclubLogoHorizontal from "@/resources/images/devclub-logo-horizontal.svg" ;
3+ import devclubLogoHorizontal from "@/resources/images/devclub-logo-horizontal-2 .svg" ;
44
55import { useMemo } from "react" ;
66
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ $desktop-navbar-height: 60px;
6161 border : none ;
6262 box-shadow : none ;
6363 border-radius : 0 ;
64- left : 20 px ;
64+ left : 0 px ; // alligns with the left fully
6565 top : 0px ;
6666 width : auto ;
6767 height : 80px ;
@@ -86,7 +86,7 @@ $desktop-navbar-height: 60px;
8686 @include mobile {
8787 img .horizontal {
8888 display : block ;
89- height : 50 % ;
89+ height : 100 % ;
9090 width : auto ;
9191 transform : none ;
9292 }
You can’t perform that action at this time.
0 commit comments