From 1f6d8a3ef7ed5113aabf071fe8e6eadee150bfa8 Mon Sep 17 00:00:00 2001 From: Thorge Petersen <petersen@rz.uni-kiel.de> Date: Wed, 24 May 2023 13:08:23 +0200 Subject: [PATCH] Full title width on mobile screens in resources list --- ckanext/odsh/fanstatic/odsh.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ckanext/odsh/fanstatic/odsh.css b/ckanext/odsh/fanstatic/odsh.css index 28a41e18..fc88364d 100644 --- a/ckanext/odsh/fanstatic/odsh.css +++ b/ckanext/odsh/fanstatic/odsh.css @@ -1665,6 +1665,12 @@ body { color: black; } +@media (max-width: 767px) { + .resource-title { + flex-basis: 100%; + } +} + .resource-title a { color: black; letter-spacing: 0.16px; -- GitLab