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