Browse Source

CSS: fix logo width

Pierre Kancir 4 years ago
parent
commit
b4bd5c0352
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/styles/main.css

+ 1 - 1
static/styles/main.css

@@ -14,7 +14,7 @@ body {
     background-image:url(/static/images/logo.png);
 	background-repeat:no-repeat;
     height: 140px;
-	width: 420px;
+	width: 407px;
 	-moz-box-shadow: 2px 2px 5px #888;
 	-webkit-box-shadow: 2px 2px 5px #888;
 	box-shadow: 2px 2px 5px #888;