Min image height

This commit is contained in:
Maxi Ferreira 2022-08-12 12:44:54 -07:00
parent e03f797d9d
commit 5882b99af3

View File

@ -53,6 +53,7 @@ const permalink = Astro.site.href;
.home-image-container {
margin: 0 1em;
text-align: center;
min-height: 250px;
}
.caption {