From b48c0d1b645df7d349fb5172b4549fab75ef1abb Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Tue, 21 Apr 2020 19:00:55 +0200 Subject: [PATCH] make the footer text little smaller Signed-off-by: Toshaan Bharvani --- themes/pel/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/pel/static/css/style.css b/themes/pel/static/css/style.css index 0a81bac..3434bf8 100644 --- a/themes/pel/static/css/style.css +++ b/themes/pel/static/css/style.css @@ -1079,7 +1079,7 @@ img { } .footer_bottom span { display:i block; - font-size: 14px; + font-size: 12px; color: #ffffff; text-align: center; }