Skip to content

Commit

Permalink
minor: Made page phone header centered
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Sep 17, 2024
1 parent 2564967 commit 22d6df3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/css/nav-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ nav#phone-header-nav-bar {
clip-path: polygon(0% 0%, 100% 0%, 100% 120%, 0% 120%);
}

#header-description-content #page-header-wrapper h1 {
margin-top: 1rem;
#header-description-content #page-header-wrapper {
h1 {
margin-top: 1rem;
}

#page-description > p {
text-align: center;
}
}

#header-nav-bar {
Expand Down

0 comments on commit 22d6df3

Please sign in to comment.