Skip to content

Commit

Permalink
Merge pull request #424 from jamesb93/popovernav-layout
Browse files Browse the repository at this point in the history
Make popover nav consume more space
  • Loading branch information
jamesb93 authored Aug 15, 2023
2 parents 31f11f1 + 0937864 commit cb74c51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/PopoverNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
left: 0;
background-color: white;
opacity: 1;
width: min(400px, 50%);
width: min(600px, 80%);
height: 100vh;
text-align: left;
padding: 1em 2em;
Expand Down
6 changes: 6 additions & 0 deletions src/lib/components/cards/Landing.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
margin: 0;
}
.container > :global(p) {
margin: 0;
margin-bottom: 0.25em;
margin-top: 0.25em;
}
.linkout {
display: grid;
grid-template-columns: auto auto;
Expand Down

0 comments on commit cb74c51

Please sign in to comment.