|
|
|
|
@ -250,6 +250,7 @@ nav.pager {
|
|
|
|
|
.person--layout img { |
|
|
|
|
width: 100%; |
|
|
|
|
border: 1px solid #ccc; |
|
|
|
|
border-bottom: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.person--layout .field.field--name-field-dates { |
|
|
|
|
@ -523,12 +524,11 @@ h1 {
|
|
|
|
|
float: none; |
|
|
|
|
} |
|
|
|
|
.field { |
|
|
|
|
display: flex; |
|
|
|
|
line-height: 1; |
|
|
|
|
} |
|
|
|
|
.field__label, |
|
|
|
|
.field__item, |
|
|
|
|
.field__items { |
|
|
|
|
font-size: 1rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -542,6 +542,22 @@ h1 {
|
|
|
|
|
/* margin-left: 0.7em; */ |
|
|
|
|
} |
|
|
|
|
@media ((min-width: 600px)) { |
|
|
|
|
.book .node__content, |
|
|
|
|
.people_metadata { |
|
|
|
|
.field--label-inline .field__label, |
|
|
|
|
.field--label-inline .field__items { |
|
|
|
|
float: none; |
|
|
|
|
} |
|
|
|
|
.field { |
|
|
|
|
display: flex; |
|
|
|
|
line-height: 1; |
|
|
|
|
} |
|
|
|
|
.field__label, |
|
|
|
|
.field__item, |
|
|
|
|
.field__items { |
|
|
|
|
font-size: 1.1rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.field.field--name-field-organization { |
|
|
|
|
/* display: flex; */ |
|
|
|
|
/* place-items: flex-start; */ |
|
|
|
|
@ -558,3 +574,16 @@ h1 {
|
|
|
|
|
margin: 0.5em 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.person--left { |
|
|
|
|
background: #444; |
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
|
|
.field:not(:last-child) { |
|
|
|
|
/* margin-block-end: var(--sp2); */ |
|
|
|
|
margin-block-end: 0; |
|
|
|
|
} |
|
|
|
|
.person--details { |
|
|
|
|
padding: 0.5rem 0 0.7rem; |
|
|
|
|
line-height: 1; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|