Skip to content

Commit

Permalink
Fix nav spacing issue (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 authored Jan 10, 2023
1 parent 15fea3f commit 502624e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/napari_sphinx_theme/assets/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ html {
}

body {
@apply tw-flex tw-flex-col;
@apply tw-flex tw-flex-col tw-pt-16;
}

.napari-page {
@apply tw-grid tw-justify-center tw-gap-6 tw-pt-12 tw-flex-auto;
@apply tw-grid tw-justify-center tw-gap-6 tw-mt-12 tw-flex-auto;

grid-template-columns: 1fr;

Expand Down
1 change: 0 additions & 1 deletion src/napari_sphinx_theme/assets/styles/_announcement.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
display: flex;
font-weight: bold;
justify-content: center;
margin-top: 64px;
padding: 16px;
position: relative;
text-align: center;
Expand Down

0 comments on commit 502624e

Please sign in to comment.