From 4d7e64e1ec04c2a4be81652a7bc72f0411b3733b Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 13 Feb 2018 21:20:08 +0100 Subject: [PATCH] Fix css --- .../client/stream/components/SetUsernameDialog.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/talk-plugin-auth/client/stream/components/SetUsernameDialog.css b/plugins/talk-plugin-auth/client/stream/components/SetUsernameDialog.css index d61e69dbc..c1947ca7d 100644 --- a/plugins/talk-plugin-auth/client/stream/components/SetUsernameDialog.css +++ b/plugins/talk-plugin-auth/client/stream/components/SetUsernameDialog.css @@ -9,13 +9,13 @@ display: block; } -.example { - display: block; +.header { + margin-bottom: 20px; } -.ifyoudont { - display: block; - margin-top: 15px; +.header h1 { + text-align: center; + font-size: 1.2em; } .saveusername {