Skip to content

Commit

Permalink
fix(example-site): navigation vert. spacing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis committed Aug 2, 2024
1 parent 26920c1 commit d4a3a65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/documents/index/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ body {
margin: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: calc(4 * var(--grid-gap));
padding-top: calc(2 * var(--grid-gap));
padding-bottom: calc(1 * var(--grid-gap));
padding-top: calc(1 * var(--grid-gap));
line-height: var(--line-height);
color: var(--text-color);
background-color: var(--bg-color);
Expand Down Expand Up @@ -313,7 +313,7 @@ header {
}

h1 {
margin-top: calc(1 * var(--grid-gap));
margin-top: calc(2 * var(--grid-gap));
margin-bottom: 0;
}

Expand Down Expand Up @@ -523,7 +523,7 @@ pre code {
}

.nav-document-actions {
margin-top: calc(1 * var(--grid-gap));
margin-top: calc(2 * var(--grid-gap));
}

.nav-document-actions > ul.inline-list-spread {
Expand Down

0 comments on commit d4a3a65

Please sign in to comment.