Fix height of blog in mobile view

This commit is contained in:
Christian Wolf 2024-02-05 21:16:23 +01:00
parent ad03132c05
commit b87a2847a2

View File

@ -584,8 +584,13 @@ h1 {
} }
.teaser-image { .teaser-image {
flex: 33% 1 0; flex: auto 0 0;
display: block;
height: 190px; height: 190px;
@include media-large(){
flex: 33% 1 0;
}
img { img {
width: 90%; width: 90%;