added legend filters
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user