1
0
Fork 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
1 changed files with 4 additions and 0 deletions

View File

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