Input Field Size Adjustments.
This commit is contained in:
parent
e415ce1f28
commit
026c2946e0
@ -22,14 +22,17 @@
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
width:100%;
|
||||
max-width: 600px;
|
||||
}
|
||||
input[type="text"] {
|
||||
padding: 10px;
|
||||
font-size: 20px;
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
width: 75%;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
button[type="submit"] {
|
||||
padding: 8px 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user