php-integration #21

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

View File

@ -26,6 +26,7 @@ body {
.form-text-small {
text-align: center;
border: black;
width: 80%;
border-radius: 5px;
padding: 10px;
font-size: 18px;
@ -34,8 +35,8 @@ body {
.form-text-large {
text-align: left;
border: black;
max-width: 80%;
height: 40px;
width: 80%;
height: 70px;
border-radius: 5px;
padding: 5px;
font-size: 16px;