added address line for testing

This commit is contained in:
Rushil Umaretiya 2021-01-08 23:20:17 -05:00
parent 6540720cd7
commit 854ba31542
No known key found for this signature in database
GPG Key ID: 4E8FAF9C926AF959
2 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,7 @@ const Landing = (props) => {
Poli<i className="bi bi-heart-fill"></i>Match
</h1>
<p>Bringing you one step closer to your representatives.</p>
<input placeholder="Address..." />
<button
onClick={() => {
props.setShowTutorial(true);

View File

@ -162,3 +162,17 @@ $tablet: 1024px;
background-color: rgb(255, 0, 127);
}
}
input {
display: block;
width: 50%;
height: 30px;
padding-left: 5px;
font-size: 1vw;
margin: auto;
margin-top: 10px;
&::placeholder {
color: black;
}
}