From ab292c7b2e0206fee8dbfb1db39c52583406606e Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Fri, 30 Nov 2018 23:43:23 +0100 Subject: [PATCH] Capitalizing username --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index bf87d02..18f93ab 100644 --- a/static/style.css +++ b/static/style.css @@ -147,6 +147,7 @@ h2 { .user-card span { font-size: 16pt; text-align: center; + text-transform: capitalize; } .logout-button {