From b16893bc109846bd42f36e7b6a8a556bca2c8ad5 Mon Sep 17 00:00:00 2001 From: adamsvystun Date: Fri, 14 Dec 2018 20:34:04 +0100 Subject: [PATCH] Fix authors centering on mobile --- frontend/static/frontend/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/frontend/css/app.css b/frontend/static/frontend/css/app.css index e113904..f897366 100644 --- a/frontend/static/frontend/css/app.css +++ b/frontend/static/frontend/css/app.css @@ -27,7 +27,6 @@ body { .authors { display: flex; justify-content: space-between; - max-width: 500px; margin: 0 auto; } @@ -136,6 +135,7 @@ button:focus { } .authors { flex-direction: column; + text-align: center; } .authors div { margin: 2.5px 0;