Skip to content

Commit

Permalink
feat(website): change size of website logo (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert authored Jan 11, 2019
1 parent 68056a4 commit 894f709
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/website/static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,16 @@ body:not(.sideNavVisible) .projectLogo {
}

body:not(.sideNavVisible) .projectLogo img {
height: 200px;
height: 100px;
margin-bottom: 0px;
}

@media only screen and (min-width: 480px) {
body:not(.sideNavVisible) .projectLogo img {
height: 120px;
}
}

body:not(.sideNavVisible) .button:hover {
background: #ea3458;
color: #fff;
Expand Down

0 comments on commit 894f709

Please sign in to comment.