Skip to content

Commit 889ab76

Browse files
committed
minor blog width tweak
1 parent 63faf0d commit 889ab76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

main/src/page/blog/blog-post-page.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $post-content-width: 700px;
1616
margin-top: 0;
1717

1818
div {
19+
width: 700px;
1920
max-width: var(--section-max-width);
2021

2122
::ng-deep h1 {

main/src/page/resource-hub/learning-article.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $post-content-width: 700px;
1616
margin-top: 0;
1717

1818
div {
19+
width: 700px;
1920
max-width: var(--section-max-width);
2021

2122
::ng-deep h1 {

0 commit comments

Comments
 (0)