Skip to content

Commit

Permalink
Improve mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Pickering authored and Krzysztof-Cieslak committed May 5, 2020
1 parent a77040a commit 92a41d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Fornax.Template/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ html,body {
line-height: 1.4;
margin: 0 6rem;
}
@media screen and (max-width: 991px) {
.article-body {
line-height: 1.4;
margin: 0;
}
}
.promo-block .container {
margin: 1rem 5rem;
}

0 comments on commit 92a41d1

Please sign in to comment.