Skip to content

Commit

Permalink
feat: logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosz-lipinski committed Feb 16, 2021
1 parent 96c3160 commit d2975b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ code {

.builton {
background-image: url("components/builton.svg");
width: 185px;
height: 23px;
background-size: 185px;
width: 300px;
height: 50px;
background-size: 300px;
background-repeat: no-repeat;
margin: 0 auto 0 auto;
}

0 comments on commit d2975b7

Please sign in to comment.