Change margin to padding

This commit is contained in:
Fred Boniface 2022-09-20 21:22:58 +01:00
parent 41eebb6904
commit 8ff87b3416
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ body {
.form-description { .form-description {
color: #3c78d8; color: #3c78d8;
margin-top: 5px; padding-top: 5px;
margin-bottom: 5px; padding-bottom: 5px;
} }
.lookup-button { .lookup-button {