Minor CSS Tweak to Project Images

This commit is contained in:
2025-02-03 23:58:15 +00:00
parent ff3d5ef48d
commit 1805d0531b

View File

@@ -117,8 +117,10 @@ a{
}
.project-thumb{
min-width: 100%;
max-height: 100%;
max-width: 100%;
max-height: 50%;
display: block;
margin: 0 auto 0 auto;
}
#filter {