Skip to content

Commit

Permalink
fix: mobile blogpost-style
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansam committed Dec 26, 2021
1 parent 02445c3 commit 9e4cf52
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blog-theme/customized_theme.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blog-theme/theme+adsense.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blog-theme/theme.xml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions blogpost-style/dist/gelati-sugarfree-blogpoststyle-1.0.0.css
Original file line number Diff line number Diff line change
Expand Up @@ -493,4 +493,8 @@ body.article-view .post-body .content-item blockquote {
flex-grow: 1;
page-break-before: auto;
}
body.article-view .post-body .content-item aside {
width: auto;
float: none;
}
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions blogpost-style/scss/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@
// // `-moz-any-link` hack so W3C CSS validator will pass it.
// display: table-cell;
// }


aside {
width: auto;
float: none;
}
}

0 comments on commit 9e4cf52

Please sign in to comment.