summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSpreadyy <sandro@012345.ch>2016-10-24 09:07:55 +0200
committerGitHub <noreply@github.com>2016-10-24 09:07:55 +0200
commitd5421c720ac8db763b75b98efda01fc4f1abb4bc (patch)
treede53535252d11ee2f9ba2f79e3ce9c87a133539d /www
parent43dc2bf163d2635a297b153f1f400840837ef863 (diff)
downloadqutebrowser-d5421c720ac8db763b75b98efda01fc4f1abb4bc.tar.gz
qutebrowser-d5421c720ac8db763b75b98efda01fc4f1abb4bc.zip
Fix hr on small devices
Diffstat (limited to 'www')
-rw-r--r--www/qute.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/qute.css b/www/qute.css
index 31094d353..721aba51e 100644
--- a/www/qute.css
+++ b/www/qute.css
@@ -84,7 +84,8 @@ div.footnote {
#footnotes > hr {
max-width: 1200px;
- margin: 20px auto;
+ margin: 20px auto 10px;
+ width: calc(100% - 80px);
}
.sect2 {
@@ -92,7 +93,7 @@ div.footnote {
}
div.footnote {
- padding: 10px 40px;
+ padding: 10px 40px 30px;
}
hr {