Skip to content

Commit

Permalink
CSS: fix logo width
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Aug 24, 2021
1 parent d115e9d commit b4bd5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/styles/main.css
Expand Up @@ -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;
Expand Down

0 comments on commit b4bd5c0

Please sign in to comment.