We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f2797 commit 2abec16Copy full SHA for 2abec16
public/css/index.css
@@ -25,6 +25,11 @@ button {
25
margin: 0;
26
border-radius: 0;
27
}
28
+input {
29
+ -webkit-appearance: none;
30
+ -webkit-border-radius: 0;
31
+ border-radius:0;
32
+}
33
input:focus, button:focus { outline: none; }
34
ul { margin: 0; padding: 0; }
35
li { list-style-type: none; }
public/css/mc-embed-signup.css
@@ -45,6 +45,7 @@ div#mc_embed_signup > form input[type="submit"] {
45
46
div#mc_embed_signup > form input[type="submit"] {
47
width: 20%;
48
+ padding: 0;
49
font-size: 10pt;
50
51
div#mc_embed_signup > form {
0 commit comments