Skip to content

Commit d76c0b4

Browse files
author
Pooya Parsa
committed
[docs] fix global headers padding
global h1,... where padded so modals was display wrong.
1 parent 514d8f5 commit d76c0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nuxt/assets/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ blockquote {
3232
font-weight: 300;
3333
}
3434

35-
h1, h2, h3, h4, h5 {
35+
.bd-content h1, .bd-content h2, .bd-content h3, .bd-content h4, .bd-content h5 {
3636
padding-top: 25px;
3737
padding-bottom: 15px;
3838
}

0 commit comments

Comments
 (0)