From 50c03e582b1fa4f879d74570718f8d49c0a3ab57 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Sun, 2 Dec 2018 14:46:47 +0100 Subject: [PATCH] Capitalizing username --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index f4ea78e..a9a2753 100644 --- a/static/style.css +++ b/static/style.css @@ -162,6 +162,10 @@ h2 { cursor: pointer; } +.username { + text-transform: capitalize; +} + .rect-button { width: 90px; height: 25px;