Further form style changes

This commit is contained in:
Fred Boniface 2022-09-21 09:39:33 +01:00
parent 9133ad7df0
commit c7374c32f8
1 changed files with 3 additions and 2 deletions

View File

@ -26,6 +26,7 @@ body {
.form-text-small {
text-align: center;
border: black;
width: 80%;
border-radius: 5px;
padding: 10px;
font-size: 18px;
@ -34,8 +35,8 @@ body {
.form-text-large {
text-align: left;
border: black;
max-width: 80%;
height: 40px;
width: 80%;
height: 70px;
border-radius: 5px;
padding: 5px;
font-size: 16px;