Skip to content

Commit 18c91e1

Browse files
committed
fix: align docs styles with react overview
1 parent af12a4d commit 18c91e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

angular/devkit/preview/preview/preview-app/src/app/docs/docs.style.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.docsMainBlock {
2-
padding: 50px 40px 10px;
2+
padding: 20px 40px 10px;
33
max-width: 1440px;
4-
margin: 0 auto 150px;
4+
margin: 0 0 150px;
5+
width: 100%;
6+
box-sizing: border-box;
57

68
::ng-deep {
79
color: #414141;

0 commit comments

Comments
 (0)