Skip to content

Commit 8a46c67

Browse files
committed
Fix banner stretching with no content
1 parent 918b0ff commit 8a46c67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/renderer/App.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
}
1616

1717
.banner {
18-
margin-top: 16px;
18+
margin: 16px auto 0 auto;
1919
width: 90%;
2020
}
2121

2222
.flexBox {
2323
margin: 0;
2424
flex: 1 1 0%;
25+
flex-direction: column;
2526
}
2627

2728
#changeLogText {

0 commit comments

Comments
 (0)