Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis committed Jan 11, 2025
1 parent 18a612f commit 91090d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/documents/styles.css/_block_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ body > *:last-child {

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

@media print {
Expand Down Expand Up @@ -637,8 +637,6 @@ pre code {
}

.nav-document-actions {
border-top: var(--border-thickness-hr) solid var(--border-color-hr);
padding-top: var(--grid-gap);
margin-top: calc(var(--grid-gap) * 2);
}

Expand Down

0 comments on commit 91090d8

Please sign in to comment.