Merge pull request #107 from afzalsayed96/hotfix-mobile-chrome

Hotfix mobile chrome
This commit is contained in:
Thomas Cazade 2017-12-10 16:31:41 +01:00 committed by GitHub
commit 566072095a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -14,6 +14,10 @@ body {
.summary a {
color: #41403e;
}
img.no-responsive {
max-width: -webkit-fill-available;
max-width: -moz-available;
}
.to-top {
opacity: 1;
display: inline-block;

View file

@ -28,6 +28,7 @@
.section {
margin-top: 1rem;
margin-bottom: 2rem;
word-wrap: break-word;
}
.section:after {
.hr-after;