mirror of
https://github.com/Rushilwiz/polimatch.git
synced 2025-04-03 19:00:17 -04:00
added address line for testing
This commit is contained in:
parent
6540720cd7
commit
854ba31542
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user