From da780b5a0ba47bfabd84fd795bfec87e8ec31fc5 Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Wed, 24 May 2023 15:00:42 +0200
Subject: [PATCH] Fixed media queries

---
 ckanext/odsh/fanstatic/odsh.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ckanext/odsh/fanstatic/odsh.css b/ckanext/odsh/fanstatic/odsh.css
index 5893f089..3292e277 100644
--- a/ckanext/odsh/fanstatic/odsh.css
+++ b/ckanext/odsh/fanstatic/odsh.css
@@ -854,7 +854,7 @@ a:focus.organization-item {
   width: 705px;
 }
 
-@media(maxwidth: 767px) {
+@media(max-width: 767px) {
   .organization-item-text {
     height: auto;
     min-height: 100px;
@@ -1511,7 +1511,7 @@ body {
   text-align: center;
 }
 
-@media(maxwidth: 767px) {
+@media(max-width: 767px) {
   .organization-image {
     margin: 10px;
   }
@@ -1555,7 +1555,7 @@ body {
   border: none;
 }
 
-@media(maxwidth: 767px) {
+@media(max-width: 767px) {
   .page-header .nav-tabs {
     margin: 0;
   }
-- 
GitLab