1
0

align text to center for figure elements

This commit is contained in:
emma 2025-01-01 21:56:30 -05:00
parent 8dd51cf3ef
commit dbd4e4d21d

View File

@ -83,3 +83,7 @@ main {
max-height: 100%;
object-fit: fill;
}
figure {
text-align: center;
}