From d7ecacf26557b7c44ef9a311c42fee32988f2e10 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 25 Oct 2022 17:25:20 -0400 Subject: [PATCH] Center table contents --- themes/red/assets/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index eba3006..2c17b23 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -84,4 +84,8 @@ footer { .gallery-con { display: flex; flex-wrap: wrap; +} + +td { + text-align: center; } \ No newline at end of file