Skip to content

Commit 9566eab

Browse files
committed
Specify articleLayout.container to flex in column direction
1 parent f71ed30 commit 9566eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ const sharedStyles = {
115115
articleLayout: {
116116
container: {
117117
display: 'flex',
118+
flexDirection: 'column',
118119
minHeight: 'calc(100vh - 60px)',
119120
[media.greaterThan('sidebarFixed')]: {
120121
maxWidth: 840,

0 commit comments

Comments
 (0)