Skip to content

Commit

Permalink
fix the style
Browse files Browse the repository at this point in the history
  • Loading branch information
wfnuser committed Jan 21, 2019
1 parent 4d71178 commit bd063d2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ $contentWidth: 1280px;
width: 480px;
height: 540px;
top: 90px;
border: 0px;
input,
input::-webkit-input-placeholder {
font-size: 16px;
Expand All @@ -49,6 +50,7 @@ $contentWidth: 1280px;
font-size: 16px;
background: #4190ff 100%;
color: white;
border: 0px;
}
}
}
Expand Down Expand Up @@ -88,6 +90,7 @@ $contentWidth: 1280px;
position: absolute;
left: 0;
top: 50%;
margin-top: -47px;
transform: translateY(-50%);
}
.product-area {
Expand Down

0 comments on commit bd063d2

Please sign in to comment.