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; }