fix: image size for mobile
This commit is contained in:
parent
c8202d3737
commit
4b2c2141ef
2 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ export const PublicationAndNewsletter = async () => {
|
|||
<Image
|
||||
className={styles.image}
|
||||
src={nordlicht}
|
||||
height={500}
|
||||
alt={"Pfarreimagazin Ausgabe 67"}
|
||||
/>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
.image {
|
||||
border: 30px solid #f8f8f8;
|
||||
margin-bottom: 10px;
|
||||
height: auto;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.titleContainer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue