Recentre creation images

This commit is contained in:
Tanner Collin 2025-06-23 13:07:20 -06:00
parent 2977b1b916
commit 21707d4cf8

View File

@ -41,7 +41,7 @@
.index .creations .creation { .index .creations .creation {
display: inline-block; display: inline-block;
vertical-align: top; /* Ensures alignment if items have different heights */ vertical-align: top;
} }
.index .creations .creation a { .index .creations .creation a {
@ -64,7 +64,7 @@
max-width: 14rem; max-width: 14rem;
max-height: 14rem; max-height: 14rem;
margin: 0; margin: 0 auto;
display: block; display: block;
} }
@ -141,7 +141,7 @@
font: 1.1rem/1.5 serif; font: 1.1rem/1.5 serif;
} }
.content ximg { .content img {
width: 100%; width: 100%;
max-width: 36rem; max-width: 36rem;
height: auto; height: auto;