php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 5 additions and 2 deletions
Showing only changes of commit eabfdce30e - Show all commits

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%;
}
}