diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 053584d..d3562bd 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,8 +1,10 @@ .node__content video { width: 100%; } -.view.view-tunes th { - min-width: 9em; +@media (min-width: 1100px) { + .view.view-tunes th { + min-width: 9em; + } } /*facets*/ .facet-item__status, @@ -49,8 +51,13 @@ width: 100%; } /*people pges*/ +@media (min-width: 1000px) { + .person--layout { + display: flex; + } +} .person--layout { - display: flex; + /*display: flex;*/ .field--name-field-representative-image img { border: 1px solid #ccc; padding: 4px;