Skip to content

Commit

Permalink
Add max-height attribute to navigation logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
srpiatt committed Feb 8, 2024
1 parent 4f9642b commit 753fd07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ section.main-content {
}
}

#nav-logo {
max-height: 80px;
}

nav#page-navigation {
display: flex;
flex-flow: row wrap;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/navigation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<AppBar padding="p-0">
<svelte:fragment slot="lead">
<img alt="PIC-Sure logo" src={logo} class="mx-1" />
<img id="nav-logo" alt="PIC-Sure logo" src={logo} class="mx-1" />
</svelte:fragment>
<svelte:fragment slot="trail">
<nav id="page-navigation">
Expand Down

0 comments on commit 753fd07

Please sign in to comment.