From 24a8500588ab2b304af21aac30f5b17dc13b0b6a Mon Sep 17 00:00:00 2001 From: Jacob Levine Date: Sat, 9 Feb 2019 14:41:31 -0600 Subject: [PATCH] more styling, if you can call it that --- website/public/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/public/style.css b/website/public/style.css index 1e32b56e..270e8051 100644 --- a/website/public/style.css +++ b/website/public/style.css @@ -7,7 +7,13 @@ body{ display: none; width:30px; } +table,tr{ + text-align:center; +} +td{ + text-align: left; +} /* The side navigation menu */ .sidenav { height: 100%; /* 100% Full-height */