Skip to content

Commit 68155e2

Browse files
committed
docs: update getting start view container style
1 parent b6b28fe commit 68155e2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

packages/dev-app/src/app/pages/getting-started/getting-started.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
loading
44
</div>
55
} @else {
6-
<div class="container m-auto">
7-
<div [innerHTML]="markdownContent"></div>
6+
<div class="d-flex justify-content-center">
7+
<div class="markdown-content" [innerHTML]="markdownContent"></div>
88
</div>
99
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.markdown-content {
2+
margin {
3+
top: 32px;
4+
left: 32px;
5+
right: 32px;
6+
}
7+
max-width: 400px;
8+
}

0 commit comments

Comments
 (0)