From f91baa7d930f3571a55c162a023455c7b698250c Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Fri, 30 Nov 2018 18:44:45 +0100 Subject: [PATCH] Minor style adjustments --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index 583cb60..5cc3a66 100644 --- a/static/style.css +++ b/static/style.css @@ -48,6 +48,7 @@ h2 { .lb-entry span { margin: auto 0; font-size: 20px; + text-transform: capitalize; } .flex-card { @@ -84,6 +85,10 @@ h2 { margin: auto 20px; } +.flex-card .people { + margin: auto 20px; +} + .flex-card p { font-size: 14px; text-align: center;