Skip to content

Commit a0c0e1f

Browse files
authored
Avoid narrow shrinking of posts on wide screens (#375)
1 parent 4238491 commit a0c0e1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/theme-css/posts.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ div.MathJax_Display {
116116
/* Full screen two-column layout for desktop etc. */
117117
@media only screen and (min-width: 75em) {
118118
.content-container {
119+
min-width: 70rem;
119120
flex-direction: row;
120121
}
121122

0 commit comments

Comments
 (0)