From dc05deacf14d9dbc79861e1697b4a0672dcd6e7c Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 3 Nov 2016 00:14:15 +1300 Subject: Increase size of time+date --- petrichor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/petrichor.css b/petrichor.css index 748d801..b717512 100644 --- a/petrichor.css +++ b/petrichor.css @@ -213,14 +213,14 @@ a.user #date { margin-top: 50px; - margin-right: 65px; - font-size: 50px; + margin-right: 55px; + font-size: 5em; } #time { margin-right: 30px; - font-size: 240px; + font-size: 20em; } #session-list -- cgit v1.1