align text to center for figure elements
This commit is contained in:
parent
8dd51cf3ef
commit
dbd4e4d21d
|
@ -83,3 +83,7 @@ main {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
object-fit: fill;
|
object-fit: fill;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue