Skip to content

Commit

Permalink
feat(plugin-catalog): improve catalog heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 28, 2024
1 parent ae40429 commit 97354a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/plugin-catalog/src/client/styles/catalog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
counter-increment: catalog-item;

&-main-title {
margin-top: calc(0.5rem - var(--navbar-height, 3.6rem));
margin-top: calc(1rem - var(--navbar-height, 3.6rem));
margin-bottom: 0.5rem;
padding-top: var(--navbar-height, 3.6rem);

Expand All @@ -87,7 +87,7 @@
margin-bottom: 0.5rem !important;

&.has-children {
margin-top: calc(0.5rem - var(--navbar-height, 3.6rem));
margin-top: calc(1rem - var(--navbar-height, 3.6rem));
padding-top: var(--navbar-height, 3.6rem);
border-bottom: 1px solid var(--catalog-border-color);

Expand Down

0 comments on commit 97354a2

Please sign in to comment.