Center <p>s inside formes used as secondary labels

closes #8004
This commit is contained in:
Dennis Schubert 2019-04-29 23:34:59 +02:00 committed by Benjamin Neff
parent ef137f09f2
commit 3c06bb2f4c
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -93,5 +93,10 @@ textarea {
}
::placeholder { text-transform: uppercase; }
p {
margin-top: .5rem;
text-align: center;
}
}
}