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
|
<Image
|
||||||
className={styles.image}
|
className={styles.image}
|
||||||
src={nordlicht}
|
src={nordlicht}
|
||||||
height={500}
|
|
||||||
alt={"Pfarreimagazin Ausgabe 67"}
|
alt={"Pfarreimagazin Ausgabe 67"}
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
.image {
|
.image {
|
||||||
border: 30px solid #f8f8f8;
|
border: 30px solid #f8f8f8;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
height: auto;
|
||||||
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titleContainer {
|
.titleContainer {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue