From ba24dbd0f798f4af7f5d8e815619645a2bf81c67 Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Wed, 16 Feb 2022 05:59:10 +0000 Subject: [PATCH] Eliminate top-margin for nicer centering --- frontend/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/styles.css b/frontend/styles.css index 927ae36..9b71850 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -150,6 +150,11 @@ button.small-button { padding: 1rem; } +#join-session-form > *:first-child, +#create-session-form > *:first-child { + margin-top: 0; +} + #post-create-message { display: none; width: 100%;