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

Loading…
Cancel
Save