Skip to content

Commit 26c0d14

Browse files
Navbar CSS and Tag showing hamburger menu old
1 parent 407c26a commit 26c0d14

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

quartz.layout.ts

-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ export const defaultContentPageLayout: PageLayout = {
6969
export const defaultListPageLayout: PageLayout = {
7070
beforeBody: [Component.Breadcrumbs(), Component.ArticleTitle(), Component.ContentMeta()],
7171
left: [
72-
Component.Explorer({
73-
title: "Patterns"
74-
})
7572
],
7673
right: [],
7774
}

quartz/components/styles/navbar.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
.navbar {
55
position: fixed;
66
top: 0px;
7+
left: 0px;
8+
right: 0px;
79
padding-top: 5px;
810
width: 100%;
911
background-color: var(--light);
@@ -27,7 +29,7 @@
2729
gap: 10px;
2830
}
2931

30-
@media all and (max-width:443px){
32+
@media all and (max-width:475px){
3133
justify-content: center;
3234
margin-bottom: 6px;
3335
}

0 commit comments

Comments
 (0)