realign guestbook form after adjusting spacing
adjusted letter-spacing in css. needed to realign form fields to reflect this
This commit is contained in:
parent
99ae5abd50
commit
c785627f21
@ -25,13 +25,13 @@ const pageTitle = "emma's guestbook"
|
|||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
#name-input {
|
#name-input {
|
||||||
margin-left: 8.1rem;
|
margin-left: 8.88rem;
|
||||||
width: 15rem;
|
width: 15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#website-input {
|
#website-input {
|
||||||
width: 15rem;
|
width: 15rem;
|
||||||
margin-left: 1.71rem;
|
margin-left: 1.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#message-input {
|
#message-input {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user