8000 Undo fixed header by ashmaroli · Pull Request #884 · jekyll/minima · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Undo fixed header #884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
6 changes: 2 additions & 4 deletions _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Site header
*/
.site-header {
position: fixed;
position: relative;
width: 100%;
min-height: $spacing-unit * 1.865;
line-height: $base-line-height * $base-font-size * 2.25;
Expand Down Expand Up @@ -232,9 +232,7 @@
* Page content
*/
.page-content {
padding-top: 60px + $spacing-unit;
padding-inline: 0;
padding-bottom: $spacing-unit;
padding: $spacing-unit 0;
flex: 1 0 auto;
}

Expand Down
0