diff --git a/css/components/block.css b/css/components/block.css index 785f1d2..db7d2f7 100755 --- a/css/components/block.css +++ b/css/components/block.css @@ -31,5 +31,5 @@ background: var(--pwc-grey); padding: 1rem; border-radius: 5px; - +border: 1px solid #8196a2; } diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index e69de29..454b41b 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -0,0 +1,29 @@ +/*collection grid*/ +.collection-view > .view-content { + display: grid; + grid-template-columns: repeat(4, 1fr); + /* margin: 0.47214rem 0 0.47214rem 2.61803rem; */ +} +.collection-view { + .views-row { + /*margin: 1em;*/ + + /*border: 1px solid #ccc;*/ + .views-field-title { + text-align: center; + font-weight: bold; + } + a { + text-decoration: none; + } + .views-field-did-image { + height: 260px; + overflow: hidden; + border: 1px solid #ccc; + padding:4px; + } + img { + width: 100%; + } + } +}