FAQ Update, Hiding ddmember form fields if not needed

This commit is contained in:
Andre Beging
2020-03-25 21:02:15 +01:00
parent 489f554d7e
commit 8b64d2ebda
7 changed files with 55 additions and 5 deletions

View File

@@ -6012,6 +6012,10 @@ body.hero.scroll .nav a li {
color: #fff;
}
.hidden {
display: none;
}
footer {
background-color: #fff;
border-top: 1px solid #d8d8d8;

File diff suppressed because one or more lines are too long