From 147cd71ba8586c229b56a8531e1e0149b7c44e48 Mon Sep 17 00:00:00 2001
From: Friederike Schwager <schwager@cil.rwth-aachen.de>
Date: Thu, 17 Oct 2019 11:35:24 +0200
Subject: [PATCH] bugfix footer was over comments (for some screen widths)

---
 styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/styles.css b/styles.css
index 276ed31..e52d72c 100644
--- a/styles.css
+++ b/styles.css
@@ -331,7 +331,7 @@ body {
     margin: 0;
 }
 
-@media only screen and (max-width: 768px) {
+@media only screen and (max-width: 991px) {
     .path-mod-pdfannotator #content-wrapper, .path-mod-pdfannotator #comment-wrapper {
         height: 50%;
     }
-- 
GitLab