Browse Source

pager

master
rdrew 1 month ago
parent
commit
d3d473f3e2
  1. 23
      css/components/islandora_mods.css

23
css/components/islandora_mods.css

@ -1,14 +1,13 @@
.site-branding__name a { .site-branding__name a {
color: inherit; color: inherit;
font-size: clamp(1.5rem, 3vw, 2rem); font-size: clamp(1.5rem, 3vw, 2rem);
} }
.site-branding__slogan a { .site-branding__slogan a {
color: inherit; color: inherit;
font-size: clamp(1rem, 3vw, 1.5rem); font-size: clamp(1rem, 3vw, 1.5rem);
} }
.region--sidebar .block { .region--sidebar .block {
border: 1px solid #ccc; border: 1px solid #ccc;
} }
.node--type-islandora-object { .node--type-islandora-object {
.field { .field {
@ -61,7 +60,7 @@ div#formatted-bibliography .csl-bib-body {
.grid-item__image { .grid-item__image {
margin: 0; margin: 0;
height: 180px; height: 180px;
background: #ece8e3; background: #ece8e3;
overflow: hidden; overflow: hidden;
img { img {
width: 100%; width: 100%;
@ -80,6 +79,10 @@ div#formatted-bibliography .csl-bib-body {
} }
} }
} }
#toggle-facets { #toggle-facets {
background-color: #574938; background-color: #574938;
} }
nav.pager {
display: flex;
justify-content: space-around;
}

Loading…
Cancel
Save