Skip to content

Commit

Permalink
style: adjust menu and showcases presentation
Browse files Browse the repository at this point in the history
Add padding to the menu links and more space between showcase sections.
  • Loading branch information
jboix committed Mar 4, 2024
1 parent a791308 commit 2500c7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/layout/content/showcase/showcase-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ a {
border-color: var(--color-9);
}
}

div {
margin-top: var(--size-7);
}
2 changes: 1 addition & 1 deletion src/layout/header/demo-header-component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ li {
}

route-link::part(a) {
padding: var(--size-1) var(--size-1);
padding: var(--size-1) var(--size-2);
font-size: var(--size-4);
border-radius: var(--radius-3);
transition: background-color 0.4s, color 0.4s;
Expand Down

0 comments on commit 2500c7b

Please sign in to comment.