Skip to content

Commit 07c103e

Browse files
committed
fix(docs): Fix margin on fragment headings
1 parent d5da42a commit 07c103e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/ngqp-demo/src/app/shared/docs-fragment/docs-fragment.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
visibility: hidden;
99
}
1010

11-
h1, h2, h3 {
11+
::ng-deep h1, ::ng-deep h2, ::ng-deep h3 {
1212
margin-top: 2rem;
1313
}
1414
}

0 commit comments

Comments
 (0)