Changed styling

This commit is contained in:
Fred Boniface 2022-09-21 09:48:22 +01:00
parent 118dc7357c
commit eabfdce30e
1 changed files with 5 additions and 2 deletions

View File

@ -51,11 +51,14 @@ body {
.form-description {
color: #0280e5;
width: 80%;
padding-top: 5px;
padding-bottom: 5px;
}
.form-description p {
width: 80%;
}
@media only screen and (min-width: 768px) {
.form-text-small {
width: 50%;
@ -65,7 +68,7 @@ body {
width: 50%;
}
.form-description {
.form-description p {
width: 50%;
}
}