1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

Improve input fields

This commit is contained in:
Steffo 2018-07-21 19:16:41 +02:00
parent 26d6d83792
commit 7db6255143

View file

@ -35,6 +35,7 @@ input[type="text"], input[type="password"] {
margin: 1px;
font-size: medium;
font-family: sans-serif;
width: 100%;
}
textarea {