Skip to content

Commit

Permalink
style(demo): increase icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenke committed Oct 21, 2024
1 parent 95de481 commit 8f06c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/demo/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ header {
grid-area: nav;
display: flex;
flex-flow: row nowrap;
gap: 5px;
gap: 10px;

img {
height: 1.5em;
height: 2em;
}
}
}
Expand Down

0 comments on commit 8f06c63

Please sign in to comment.