Skip to content

Commit

Permalink
fix unexpected learn more button behaviour in chrome (#82)
Browse files Browse the repository at this point in the history
fix unexpected learn more button behaviour in chrome
  • Loading branch information
himankpathak authored and alexdor committed Oct 21, 2018
1 parent dedf454 commit 36a9e05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
}
.learn-more {
background-image: linear-gradient(to bottom, #de4270, #1f2b44);
border: 0;
border-bottom: 0 solid;
border-radius: 6px;
border-right: 0 solid;
border-top: 0 solid;
color: $main-white;
font-size: 18px;
font-weight: 600;
Expand Down

0 comments on commit 36a9e05

Please sign in to comment.