Further form styling

This commit is contained in:
Fred Boniface 2022-09-20 21:16:37 +01:00
parent 14d65ebfde
commit fa418a44d9
1 changed files with 4 additions and 3 deletions

View File

@ -26,7 +26,7 @@ body {
.form-text-small { .form-text-small {
text-align: center; text-align: center;
border: black; border: black;
border-radius: 20px; border-radius: 5px;
padding: 10px; padding: 10px;
font-size: 18px; font-size: 18px;
} }
@ -40,8 +40,9 @@ body {
} }
.form-info { .form-info {
font-size: 16px; font-size: 17px;
font-weight: bold; font-weight: bolder;
margin-bottom: 4px;
} }
.lookup-button { .lookup-button {