Implemented public form appearance settings.

This commit is contained in:
2024-02-22 21:54:00 +01:00
parent 653249287d
commit 2119c2e56b
15 changed files with 469 additions and 4 deletions
+20
View File
@@ -0,0 +1,20 @@
div.header_banner {
height:100px;
clip-path: inset(0 0 0 0);
/*bg-img*/
background-size:cover;
padding:30px;
color: white;
}
h1.header_banner {
font-size: xxx-large;
color: white;
text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
}
@media (min-width: 1200px) {
div.header_banner {
height: 200px;
}
}