From 7007d6da57fe824d83391f9bde6a6fbcb0c85dbc Mon Sep 17 00:00:00 2001
From: Sondre Sommerset Nordvik <33055925+Sondreauto@users.noreply.github.com>
Date: Wed, 10 Nov 2021 13:50:22 +0100
Subject: [PATCH] =?UTF-8?q?la=20til=20line=20height=20s=C3=A5=20siden=20se?=
 =?UTF-8?q?r=20nice=20ut?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 css/om_oss.css | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/css/om_oss.css b/css/om_oss.css
index 21d3840..1e65603 100644
--- a/css/om_oss.css
+++ b/css/om_oss.css
@@ -1,5 +1,9 @@
 /* CSS below is for om_oss.html */
 
+p {
+    line-height: 1.4em;
+}
+
 #matrix {
     margin-left: 15%;
     margin-right: 15%;
@@ -43,7 +47,7 @@
     padding: 20px 20px;
 }
 
-@media screen and (max-width:1200px){
+@media screen and (max-width:1355px){
     #SE {
         overflow-y: scroll;
     }
@@ -63,7 +67,7 @@
     }
 }
 
-@media screen and (max-width:925px){
+@media screen and (max-width:1000px){
     #NW {
         overflow-y: scroll;
     }
-- 
GitLab