Move nav style back to global stylesheet
This commit is contained in:
parent
93e50d835e
commit
34d34f6300
@ -68,13 +68,6 @@ export default function (props: {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<style media="all and (min-width: 1281px)">
|
|
||||||
{`
|
|
||||||
#nav-menu {
|
|
||||||
display: none
|
|
||||||
}
|
|
||||||
`}
|
|
||||||
</style>
|
|
||||||
<Box as="section" pb={{ base: "6" }}>
|
<Box as="section" pb={{ base: "6" }}>
|
||||||
<Box as="nav" boxSizing="unset">
|
<Box as="nav" boxSizing="unset">
|
||||||
<Container display="grid" maxW="container.xl" py={{ base: "6" }}>
|
<Container display="grid" maxW="container.xl" py={{ base: "6" }}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user