Skip to content

Commit e07d08e

Browse files
committed
refactor: Limit height of picture on membership page
Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
1 parent d31b3c9 commit e07d08e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

layouts/_partials/section-membership.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ <h1>{{ .Title }}</h1>
1515
class="pf-v6-u-w-100"
1616
style="
1717
border-radius: var(--pf-t--global--border--radius--medium);
18+
max-height: 24rem;
19+
object-fit: cover;
1820
"
1921
/>
2022
</div>

0 commit comments

Comments
 (0)