Skip to content

Commit 9a8d7b9

Browse files
committed
Corrected error
1 parent d96e508 commit 9a8d7b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ code {
3232

3333
/* EMBEDS */
3434
/* No title for embedded sections */
35-
.markdown-embed-content h1, h2, h3, h4, h5 { display: none !important; }
35+
.markdown-embed-content h1, .markdown-embed-content h2, .markdown-embed-content h3,
36+
.markdown-embed-content h4, .markdown-embed-content h5 {
37+
display: none !important;
38+
}
3639
div.markdown-embed-link { /* Move the link on the right of the embed */
3740
width: 50px !important;
3841
height: 100%;

0 commit comments

Comments
 (0)