Dan Abramov
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/theme.js
|
@ -115,7 +115,6 @@ const sharedStyles = { |
|
|
articleLayout: { |
|
|
articleLayout: { |
|
|
container: { |
|
|
container: { |
|
|
display: 'flex', |
|
|
display: 'flex', |
|
|
flexDirection: 'column', |
|
|
|
|
|
minHeight: 'calc(100vh - 60px)', |
|
|
minHeight: 'calc(100vh - 60px)', |
|
|
[media.greaterThan('sidebarFixed')]: { |
|
|
[media.greaterThan('sidebarFixed')]: { |
|
|
maxWidth: 840, |
|
|
maxWidth: 840, |
|
|