Add cover styling for petition pages

Add responsive cover image styling with object-fit and height
constraints
Adjust cover image positioning to focus on bottom of image
Update HTML class to include cover styling context
This commit is contained in:
Ruben 2026-01-17 13:35:42 +01:00
parent 199b49ef9e
commit 7151d3b933
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,3 @@
<section class="escape">
<section class="escape cover">
<img src="cover.jpg"/>
</section>