From a262b0d2478b2d1527ed799820b973fdf3d17c1a Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 26 Nov 2023 02:08:31 +0100 Subject: [PATCH] play with the logo --- stylesheets/application.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index 6ec73d7..e3193c7 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -14,10 +14,11 @@ color: #999; } .theme-Baupm #header { - background: #fff url("../images/icons/favicon-32x32.png") no-repeat 15px 0; + background: #fff url("../images/logo.png") no-repeat 15px 0; + background-size: 48px 48px; } .theme-Baupm #header h1 { - margin-left: 300px; + margin-left: 50px; font-size: 1.8em; color: #333; }