Skip to content

Commit

Permalink
fix: prevent svgs from wrapping
Browse files Browse the repository at this point in the history
Signed-off-by: Bram Borggreve <[email protected]>
  • Loading branch information
beeman committed Sep 11, 2024
1 parent 7547f4c commit 77b2b2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,8 @@ main a {
animation: fadeIn 1s forwards;
animation-delay: 8s; /* Delay to start after image after code block fades in */
}

.dropdown svg,
.footer svg {
display: inline-block;
}

0 comments on commit 77b2b2b

Please sign in to comment.