Skip to content

Commit 510242d

Browse files
committed
Fix post-section-navigator style issue
1 parent 91ce350 commit 510242d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/styles/components/_post-article.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
app-post-article {
2+
width: 100%;
23
article {
34
margin-top: 1rem;
45
}

src/styles/components/angular/_app-main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ app-main {
22
display: flex;
33
flex-direction: row;
44
width: 100%;
5+
6+
:nth-child(3) {
7+
display: block;
8+
width: 100%;
9+
}
510
}

0 commit comments

Comments
 (0)