Skip to content

Commit

Permalink
fix(demo): fix logo size for ie11
Browse files Browse the repository at this point in the history
  • Loading branch information
stasson committed Dec 29, 2017
1 parent a555a9d commit ffb154d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/styles/demo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $mdc-theme-background: #fff;
.main-toolbar {
.mdc-toolbar-title {
padding: 2px 0 2px 50px;
background: no-repeat 0/32px url(../assets/logo.svg);
background: no-repeat 0/32px 32px url(../assets/logo.svg);
font-family: "Roboto Mono", monospace;
font-size: 1rem;
letter-spacing: .0675rem;
Expand Down

0 comments on commit ffb154d

Please sign in to comment.