diff --git a/public/img/topbar-cat.png b/public/img/topbar-cat.png index fd50cc89..f9aec160 100644 Binary files a/public/img/topbar-cat.png and b/public/img/topbar-cat.png differ diff --git a/views/surf.erb b/views/surf.erb index a06e5e23..fc6bcd3a 100644 --- a/views/surf.erb +++ b/views/surf.erb @@ -25,9 +25,10 @@ overflow: hidden; } #logo { - background: url(/img/topbar-cat.png) no-repeat 1px -1px; + background: url(/img/topbar-cat.png) no-repeat 1px 0px; width: 30px; - height: 29px; + height: 26px; + background-size: 29px; position: absolute; display: block; }