Merge branch 'develop' of github.com:papercss/papercss into develop

This commit is contained in:
Thomas Cazade 2017-12-10 17:06:02 +01:00
commit e4e63ba1bd
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;