From d5421c720ac8db763b75b98efda01fc4f1abb4bc Mon Sep 17 00:00:00 2001 From: Spreadyy Date: Mon, 24 Oct 2016 09:07:55 +0200 Subject: [PATCH] Fix hr on small devices --- www/qute.css | 5 +++-- 1 file 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 {