minor fixes to website
This commit is contained in:
@@ -69,8 +69,8 @@ export const HeroRow = styled.div`
|
||||
@media screen and (max-width: 768px) {
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-areas:
|
||||
"col1"
|
||||
"col2";
|
||||
"col2"
|
||||
"col1";
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
NavLinks,
|
||||
NavLogo,
|
||||
NavMenu,
|
||||
} from "@/components/NavBar/NavbarElements";
|
||||
} from "./NavbarElements";
|
||||
import { useEffect, useState } from "react";
|
||||
import { FaBars } from "react-icons/fa";
|
||||
import { IconContext } from "react-icons/lib";
|
||||
|
||||
Reference in New Issue
Block a user