added legend filters

This commit is contained in:
2024-10-26 17:53:08 +02:00
parent f2fa7dab51
commit a43c72fd9e
7 changed files with 193 additions and 6 deletions
+24
View File
@@ -16,9 +16,33 @@
}
}
h2 {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 15px;
margin-top: 20px;
color: white;
width: fit-content;
border-bottom: 1px solid #a8a8a8;
@media (max-width: 768px) {
font-size: 1rem;
}
}
.border {
width: 100%;
height: 1px;
background-color: #d78453;
margin-bottom: 20px;
}
.form {
display: flex;
flex-direction: column;
gap: 15px;
padding-left: 7px;
}
}