Skip to content

Commit

Permalink
feat: Add proper styling to new header bar
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Jun 25, 2024
1 parent 0fd2f06 commit 23ee135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ $bg: "/img/bg.webp";
&.pf-v6-c-page__header--overlay--index {
position: relative;
margin: 0 auto;
margin-bottom: -100px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<div
class="pf-v6-u-display-flex pf-v6-u-align-items-center pf-v6-u-pr-sm pf-v6-u-pr-0-on-xl {{ if not .Site.Data.integrations.spotify.enabled }}
class="pf-v6-u-display-flex pf-v6-u-align-items-center pf-v6-u-pl-sm pf-v6-u-mr-lg pf-v6-u-mr-0-on-xl {{ if not .Site.Data.integrations.spotify.enabled }}
pf-v6-u-ml-auto
{{ end }}"
>
Expand Down

0 comments on commit 23ee135

Please sign in to comment.