fix: image size for mobile

This commit is contained in:
Benno Tielen 2025-04-05 17:21:15 +02:00
parent c8202d3737
commit 4b2c2141ef
2 changed files with 2 additions and 1 deletions

View file

@ -49,7 +49,6 @@ export const PublicationAndNewsletter = async () => {
<Image
className={styles.image}
src={nordlicht}
height={500}
alt={"Pfarreimagazin Ausgabe 67"}
/>
</a>

View file

@ -1,6 +1,8 @@
.image {
border: 30px solid #f8f8f8;
margin-bottom: 10px;
height: auto;
width: 60%;
}
.titleContainer {