Browse Source

changed banner to webp

master
rdrew 7 months ago
parent
commit
3de3b0623e
  1. 12
      css/components/islandora_mods.css

12
css/components/islandora_mods.css

@ -20,7 +20,6 @@
}
}
.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;
}
@ -141,5 +147,5 @@
font-weight: normal;
}
.primary-nav__menu-link--level-3::before {
content: "-"
content: "-";
}

Loading…
Cancel
Save