| | |
| | | inline-size: fit-content; |
| | | margin-inline: auto; |
| | | } |
| | | figure img { |
| | | width: 100%; |
| | | height: 100%; |
| | | object-fit: cover; |
| | | } |
| | | figcaption { |
| | | contain: inline-size; |
| | | font-size: 90%; |
| | |
| | | width: 100%; |
| | | max-width: 100%; |
| | | height: 100%; |
| | | margin: 0; |
| | | } |
| | | |
| | | |
| | |
| | | overflow: hidden auto; |
| | | margin: 0 0 0 1.5rem; |
| | | padding-right: 1.2rem; |
| | | padding-bottom: var(--btn); |
| | | width: calc(100% - 1.5rem); |
| | | } |
| | | |
| | |
| | | transform: rotate(5deg) scale(1.1); |
| | | } |
| | | } |
| | | |
| | | |
| | | .content-term-list, .content-term-list ul, |
| | | .content-term-list li { |
| | | list-style: none; |
| | | margin: 0; |
| | | padding: 0; |
| | | } |
| | | .content-term-list .item { |
| | | flex-direction: column; |
| | | } |
| | | .content-term-list h3 { |
| | | font-size: var(--txt-medium); |
| | | font-weight: var(--fw-h); |
| | | } |