diff --git a/ckanext/odsh/fanstatic/odsh.css b/ckanext/odsh/fanstatic/odsh.css index fc88364d7b6311fe55957bccdfe273946d126c32..5893f0893e9c6c4edcb99caa6ac46cdffc50103b 100644 --- a/ckanext/odsh/fanstatic/odsh.css +++ b/ckanext/odsh/fanstatic/odsh.css @@ -854,6 +854,13 @@ a:focus.organization-item { width: 705px; } +@media(maxwidth: 767px) { + .organization-item-text { + height: auto; + min-height: 100px; + } +} + .dataset-heading { font-weight: normal; font-size: 20px; @@ -1504,6 +1511,12 @@ body { text-align: center; } +@media(maxwidth: 767px) { + .organization-image { + margin: 10px; + } +} + .organization-image-info { max-width: 190px; height: auto;