From f25b20c87b18eaefc1cab15f65bc06f7242124e3 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Tue, 1 May 2018 17:32:09 -0700 Subject: [PATCH] correct css AGAIN WTF --- experimental/logged_in.html | 6 +++++- static/main.css | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/experimental/logged_in.html b/experimental/logged_in.html index 2ab72cb..3d83d5c 100644 --- a/experimental/logged_in.html +++ b/experimental/logged_in.html @@ -11,7 +11,11 @@ diff --git a/static/main.css b/static/main.css index 8a5ffe3..62c0cdc 100644 --- a/static/main.css +++ b/static/main.css @@ -23,7 +23,7 @@ h1 { .btns { display: flex !important; - align-items: center; + justify-content: center; } .btns > a { margin: 1rem;