Skip to content

Commit d0a6d94

Browse files
author
Maciej Kleban
committed
Apply container styles to homepage CMS component
1 parent 66576de commit d0a6d94

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/home-page/home-page.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@if (homeHeaderMetadataValue$ | async; as homeHeaderMetadataValue) {
2-
<ds-markdown-viewer [value]="homeHeaderMetadataValue"></ds-markdown-viewer>
2+
<div class="container">
3+
<ds-markdown-viewer [value]="homeHeaderMetadataValue"></ds-markdown-viewer>
4+
</div>
35
}
46
@else {
57
<ds-home-coar></ds-home-coar>

0 commit comments

Comments
 (0)