Skip to content

Commit 2aa093e

Browse files
committed
- image height to 400px to prevent layout shift when images load
1 parent 733ea1d commit 2aa093e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blocks/locations/locations.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
.location-images picture {
4444
display: block;
4545
width: 100%;
46-
height: 100%;
46+
height: 400px;
4747
}
4848

4949
.location-images img {

0 commit comments

Comments
 (0)