This commit is contained in:
Andre Beging
2020-02-13 11:56:58 +01:00
parent ccbfefcdee
commit 9acadf5e62
14 changed files with 44 additions and 6 deletions

View File

@@ -6158,8 +6158,10 @@ footer .footer-row img {
.form textarea {
width: 100%;
border: 1px solid #ccc;
border-radius: 4px;
padding: 4px;
border-radius: 10px;
font-size: 1.4em;
padding: 10px;
padding-left: 15px;
border-left: 5px solid maroon;
}
.form input[type='submit'] {

File diff suppressed because one or more lines are too long