Skip to content

Commit 2abec16

Browse files
committed
Fix button style layout in iPhone
1 parent 47f2797 commit 2abec16

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

public/css/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ button {
2525
margin: 0;
2626
border-radius: 0;
2727
}
28+
input {
29+
-webkit-appearance: none;
30+
-webkit-border-radius: 0;
31+
border-radius:0;
32+
}
2833
input:focus, button:focus { outline: none; }
2934
ul { margin: 0; padding: 0; }
3035
li { list-style-type: none; }

public/css/mc-embed-signup.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ div#mc_embed_signup > form input[type="submit"] {
4545
}
4646
div#mc_embed_signup > form input[type="submit"] {
4747
width: 20%;
48+
padding: 0;
4849
font-size: 10pt;
4950
}
5051
div#mc_embed_signup > form {

0 commit comments

Comments
 (0)