Skip to content

Commit

Permalink
Merge pull request #9 from kevanhannah/style-update
Browse files Browse the repository at this point in the history
adjust styling
  • Loading branch information
kevanhannah committed May 2, 2023
2 parents bd405fe + fb9e93c commit 64501df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<style lang="postcss">
div {
display: grid;
grid-template-columns: 1fr 4fr;
grid-template-columns: 1fr 7fr;
gap: 1.5em;
@media (max-width: 1024px) {
Expand Down
4 changes: 4 additions & 0 deletions sveltekit/src/components/shared/SidebarLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
@media (max-width: 1024px) {
display: none;
}
& section {
white-space: nowrap;
}
}
.sectionHeader {
Expand Down

0 comments on commit 64501df

Please sign in to comment.