Skip to content

Commit

Permalink
Update Header option
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Dec 10, 2023
1 parent d08590c commit 0772b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Components/Header.swift
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ struct Header: Component {
)
}
.id("header")
.class("fixed top-0 left-0 w-full z-20 bg-blog-c-nav backdrop-saturate-125 backdrop-blur-xl")
.class("relative md:fixed top-0 left-0 w-full z-20 bg-blog-c-nav backdrop-saturate-125 backdrop-blur-xl")
}
}
2 changes: 1 addition & 1 deletion Sources/Layouts/BaseLayout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct BaseLayout: HTMLConvertable {
component()
}
.id("main")
.class("relative z-10 flex flex-1 flex-col min-h-screen pt-20 pb-14")
.class("relative z-10 flex flex-1 flex-col min-h-screen pt-3 md:pt-20 pb-14")
Footer(context: context)
BasicScripts()
}
Expand Down

0 comments on commit 0772b4d

Please sign in to comment.