Skip to content

Commit

Permalink
Improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron committed Jun 13, 2024
1 parent 6abd3ba commit aff742f
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
& ol + h2,
& blockquote + h2,
& .highlight + h2,
& details + h2 {
& details + h2,
& video + h2{
margin-top: var(--m2XL);
}

Expand All @@ -116,7 +117,8 @@
& ol + h3,
& blockquote + h3,
& .highlight + h3,
& details + h3 {
& details + h3,
& video + h3 {
margin-top: var(--mXL);
}

Expand All @@ -125,7 +127,8 @@
& ol + h4,
& blockquote + h4,
& .highlight + h4,
& details + h4 {
& details + h4,
& video + h4 {
margin-top: var(--mL);
}

Expand All @@ -134,7 +137,8 @@
& ol + h5,
& blockquote + h5,
& .highlight + h5,
& details + h5 {
& details + h5,
& video + h5 {
margin-top: var(--mL);
}

Expand Down

0 comments on commit aff742f

Please sign in to comment.