Skip to content

Commit

Permalink
Align logo to top when wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Oct 25, 2024
1 parent fe67eec commit e27aa07
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions css/dev/global.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/prod/global.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sass/layout/_site-header.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// The very top of the site, element that usually includes
// the site navigation and search for example.
.site-header {
align-items: center;
align-items: flex-start;
column-gap: var(--grid-gap);
display: flex;
justify-content: space-between;
Expand Down
1 change: 1 addition & 0 deletions sass/navigation/_nav-desktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

// Navigation wrapper
.nav-primary {
line-height: 0;
padding-bottom: 0;
padding-top: 0;
}
Expand Down

0 comments on commit e27aa07

Please sign in to comment.