From fe2930dfdc646b5e41b885af829973cb4404eaa3 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 9 Apr 2018 10:20:32 +0200 Subject: [PATCH] Increased font size for datetime div --- platypush/backend/http/static/css/application.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platypush/backend/http/static/css/application.css b/platypush/backend/http/static/css/application.css index f3856960f..c302cc888 100644 --- a/platypush/backend/http/static/css/application.css +++ b/platypush/backend/http/static/css/application.css @@ -13,6 +13,7 @@ header { .logo { font-size: 25px; + margin-top: 10px; } .logo > .logo-1 { @@ -30,6 +31,7 @@ header { #date-time > .time { font-weight: bold; + font-size: 30px; } main {