From 701fc90f2a8d1218a0fb11fed840d7e313d82bcd Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 26 Nov 2023 02:17:25 +0100 Subject: [PATCH] made logo slightly bigger --- stylesheets/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index e3193c7..9bf008a 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -15,10 +15,10 @@ } .theme-Baupm #header { background: #fff url("../images/logo.png") no-repeat 15px 0; - background-size: 48px 48px; + background-size: 60px 60px; } .theme-Baupm #header h1 { - margin-left: 50px; + margin-left: 80px; font-size: 1.8em; color: #333; }