tweaking gallery class

This commit is contained in:
Jeff MacKinnon 2025-11-09 08:54:22 -04:00
parent e7ac97a9ef
commit c4ba767926

View file

@ -74,3 +74,12 @@ form {
color: #65c2de;
}
}*/
/* -- gallery ----------------------------------------------------------- */
.gallery img {
object-fit: cover;
width: 200px;
height: 200px;
}