From adc4fd2e485de70259b3d09a3197f0abe28e5959 Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 18 Dec 2020 10:43:31 -0600 Subject: [PATCH] Add styles for all buttons/links --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index f907316..1e0f325 100644 --- a/static/styles.css +++ b/static/styles.css @@ -10,7 +10,7 @@ body { padding: 20px 10px; } -.header a { +a { float: left; color: black; text-align: center;