Skip to content

Commit

Permalink
fix: mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
bkawk committed Jan 17, 2019
1 parent bfe10d0 commit 5359293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/worbli-buy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class WorbliBuy extends PolymerElement {
border-radius: 4px;
margin-bottom: 17px;
color: white;
font-size: 21px;
font-size: 20px;
display: block;
}
.btn-container {
Expand All @@ -32,7 +32,7 @@ class WorbliBuy extends PolymerElement {
.yellow-button {
background-color: #FFDB6A;
border-radius: 3px;
width: 180px;
width: 140px;
height: 25px;
color: #0E0137;
font-size: 13px;
Expand Down

0 comments on commit 5359293

Please sign in to comment.