Skip to content

Commit

Permalink
Merge pull request unoplatform#17165 from unoplatform/dev/agzi/Adjust…
Browse files Browse the repository at this point in the history
…MarginUnderVideo

chore(css): Adjust bottom margin of videos followed by paragraphs in the documentation
  • Loading branch information
agneszitte authored Jun 17, 2024
2 parents 8b01cc9 + 38d9bce commit 2443816
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions doc/templates/uno/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,11 @@ h5 {
}
}

// Specific case for paragraphs under embedded videos
.embeddedvideo + p {
margin-top: 10px;
}

// Algolia
.DocSearch-Hit-content-wrapper {
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion doc/templates/uno/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/templates/uno/styles/main.css.map

Large diffs are not rendered by default.

0 comments on commit 2443816

Please sign in to comment.