Make all entries the same size in blog
This commit is contained in:
parent
39984fe27c
commit
297e955423
@ -585,10 +585,10 @@ h1 {
|
|||||||
|
|
||||||
.teaser-image {
|
.teaser-image {
|
||||||
flex: 33% 1 0;
|
flex: 33% 1 0;
|
||||||
|
height: 190px;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 190px;
|
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
object-position: left top;
|
object-position: left top;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user