Skip to content

Commit 976536d

Browse files
committed
Made the input bigger
1 parent 54a39ba commit 976536d

1 file changed

Lines changed: 17 additions & 20 deletions

File tree

src/index.css

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ html, body, #root, #app, .full-height{
144144
.mailchimp-input{
145145
flex: 50%;
146146
height: 30px;
147-
margin: 10px;
147+
margin-left: 10px;
148148

149149
text-align: center;
150150
border-style: none;
@@ -172,12 +172,8 @@ html, body, #root, #app, .full-height{
172172
background-size: 18px;
173173

174174
outline: none;
175-
transition: 0.1s;
176-
} /* arrow moves slightly to the right on hover */
177-
.mailchimp-button:hover{
178-
background-position: 5.25px;
179-
transition: 0.1s;
180-
}
175+
transition: 0.1s; /* see: min-width: media query */
176+
}
181177

182178
::placeholder{ /* this refers to the input placeholder text (enter your email...)*/
183179
color: var(--dullblue);
@@ -187,6 +183,11 @@ html, body, #root, #app, .full-height{
187183
.desktop-hide{
188184
display: none;
189185
}
186+
/* arrow moves slightly to the right on hover */
187+
.mailchimp-button:hover{
188+
background-position: 5.25px;
189+
transition: 0.1s;
190+
}
190191
}
191192

192193
/*
@@ -272,32 +273,28 @@ mobile has scaling widths and font sizes
272273
}
273274

274275
.mailchimp-container{
275-
width: 70vw;
276+
width: 75vw;
276277

277278
margin-top: calc(1vh);
278279

279-
height: 10vw;
280-
border-radius: 5vw;
280+
height: 12vw;
281+
border-radius: 6vw;
281282
}
282283
.mailchimp-input{
283284
height: 7vw;
284-
font-size: 3.0vw;
285+
font-size: 3.25vw;
285286
}
286287
.mailchimp-button{
287-
height: 8vw;
288-
width: 8vw;
288+
height: 9vw;
289+
width: 9vw;
289290

290-
border-radius: 4vw;
291+
border-radius: 4.5vw;
291292

292-
margin-right: 1vw;
293+
margin-right: 1.5vw;
293294

294-
background-position: 1vw;
295-
background-size: 5vw;
296-
}
297-
.mailchimp-button:hover{
298295
background-position: 1.5vw;
296+
background-size: 5vw;
299297
}
300-
301298
.mobile-banner{
302299
font-size: 3.5vw;
303300
}

0 commit comments

Comments
 (0)