From 3de3b0623e25e560b93e0d7c33c6a3cdd3e0b2cc Mon Sep 17 00:00:00 2001 From: rdrew Date: Thu, 8 May 2025 14:00:34 -0300 Subject: [PATCH] changed banner to webp --- css/components/islandora_mods.css | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 067775c..e51c4a2 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -20,10 +20,9 @@ } } - - .search-result__metadata { - /*display: flex;*/ - } +.search-result__metadata { + /*display: flex;*/ +} @media (min-width: 1060px) { .search-result__metadata { display: flex; @@ -54,7 +53,8 @@ margin: 0; li { display: flex; - margin-bottom: .5rem; + flex-direction: column; + margin-bottom: 0.5rem; } } a.views-more-link { @@ -71,6 +71,12 @@ /*margin-right: 1rem;*/ } } + +@media (min-width: 600px) { + .search-result ul li { + flex-direction: row; + } +} .field.field--name-field-linked-agent.field--type-typed-relation { display: block; } @@ -133,13 +139,13 @@ } } .node--type-islandora-object .field__item { - font-family: var(--font-sans); - font-size: 1rem; - line-height: 1.8; + font-family: var(--font-sans); + font-size: 1rem; + line-height: 1.8; } .primary-nav__menu-link--level-3 { - font-weight: normal; + font-weight: normal; } .primary-nav__menu-link--level-3::before { - content: "-" + content: "-"; }