[go: up one dir, main page]

Skip to content

Commit

Permalink
small fixes for global styles for all media
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrafting committed Sep 14, 2024
1 parent 2b52ca8 commit 2f5c66d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/css/global/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ figcaption {
font-style: italic;
}

figure > figcaption {
figure>figcaption {
margin-block-start: .5rem;
}

Expand All @@ -65,9 +65,6 @@ pre {
padding: 1rem;
border-radius: .5rem;
margin-inline: calc(-1rem + -1em);
}

pre code {
white-space: pre-wrap;
}

Expand All @@ -86,8 +83,8 @@ td {
padding-block: .25rem;
}

th + *,
td + * {
th+*,
td+* {
padding-inline-start: 1rem;
}

Expand Down

0 comments on commit 2f5c66d

Please sign in to comment.