From 44b957a9c2d3fa4771b47b3b08a8f5ceb1d3fda8 Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Sun, 12 Apr 2020 16:37:19 -0400 Subject: [PATCH] Fix lobby button alignment --- static/styles.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/styles.css b/static/styles.css index a410819..8f4b9f4 100644 --- a/static/styles.css +++ b/static/styles.css @@ -387,9 +387,6 @@ button { } .app-btn { - display: flex; - align-items: center; - justify-content: center; background-color: #992626; box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.4); color: #bfb8b8; @@ -400,6 +397,12 @@ button { margin-bottom: 1em; } +#create-game-container .app-btn { + display: flex; + align-items: center; + justify-content: center; +} + .app-btn img, .app-btn-secondary img { width: 15px; }