Fix hr on small devices

This commit is contained in:
Spreadyy 2016-10-24 09:07:55 +02:00 committed by GitHub
parent 43dc2bf163
commit d5421c720a

View File

@ -84,7 +84,8 @@ div.footnote {
#footnotes > hr { #footnotes > hr {
max-width: 1200px; max-width: 1200px;
margin: 20px auto; margin: 20px auto 10px;
width: calc(100% - 80px);
} }
.sect2 { .sect2 {
@ -92,7 +93,7 @@ div.footnote {
} }
div.footnote { div.footnote {
padding: 10px 40px; padding: 10px 40px 30px;
} }
hr { hr {