|
|
|
|
@ -52,7 +52,7 @@
|
|
|
|
|
font-size: 0.9em; |
|
|
|
|
font-family: var(--font-serif); |
|
|
|
|
color: #574938; |
|
|
|
|
display: block; |
|
|
|
|
/* display: block; */ |
|
|
|
|
} |
|
|
|
|
.field__item { |
|
|
|
|
font-size: 0.9em; |
|
|
|
|
@ -98,7 +98,8 @@ div#block-olivesbooks-solrsearchcontentsearchresultspagerforpage {
|
|
|
|
|
display: flex; |
|
|
|
|
} |
|
|
|
|
.person--layout { |
|
|
|
|
float: left; |
|
|
|
|
/* float: left; */ |
|
|
|
|
|
|
|
|
|
.field.field--name-field-dates { |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
@ -107,13 +108,22 @@ div#block-olivesbooks-solrsearchcontentsearchresultspagerforpage {
|
|
|
|
|
.person--layout { |
|
|
|
|
border: 4px double #ccc; |
|
|
|
|
padding: 4px; |
|
|
|
|
width: 200px; |
|
|
|
|
margin-right: 0.5em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.person--layout img { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
@media (min-width: 600px) { |
|
|
|
|
.person--layout { |
|
|
|
|
float: left; |
|
|
|
|
width: 300px; |
|
|
|
|
margin-right: 1em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.person--layout img { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
/* People grid */ |
|
|
|
|
.collection-view .view-header { |
|
|
|
|
display: none; |
|
|
|
|
|