This commit is contained in:
Brian Cassidy
2019-11-12 18:49:35 -04:00
parent 80a512b9be
commit a84b33d013

View File

@@ -36,7 +36,7 @@ form
padding:6% 4%;
}
input[name="text"], input[type="password"]
input[type="text"], input[type="password"]
{
width:100%;
margin-bottom:4%;
@@ -57,4 +57,4 @@ input[type="submit"]
input[type="submit"]:hover
{
background:#2288bb;
}
}