Center table contents

This commit is contained in:
Joshua Goins 2022-10-25 17:25:20 -04:00
parent 5a7a9779ec
commit d7ecacf265

View file

@ -84,4 +84,8 @@ footer {
.gallery-con {
display: flex;
flex-wrap: wrap;
}
td {
text-align: center;
}