Browse Source

view people

master
rdrew 2 weeks ago
parent
commit
1fe106d716
  1. 14
      css/components/islandora_mods.css

14
css/components/islandora_mods.css

@ -62,16 +62,20 @@
}
}
#block-olivesbooks-views-block-related-people-block-1 {
margin-top: 7rem;
h2 {
font-size: var(--sidebar-title-size);
line-height: 1;
border-bottom: 4px double;
}
a {
text-decoration: none;
font-family: var(--font-serif);
.views-field-name {
text-align: center;
a {
text-decoration: none;
font-family: var(--font-serif);
}
}
.field--name-field-media-image {
img {
width: 100%;
@ -80,6 +84,9 @@
background: #fff;
}
}
.field--name-field-media-image:not(:first-child) {
margin-top: 20px;
}
}
/* =============================================================================
@ -224,6 +231,7 @@ nav.pager {
.person--layout img {
width: 100%;
border: 1px solid #ccc;
}
.person--layout .field.field--name-field-dates {

Loading…
Cancel
Save