This commit is contained in:
Victor Turgeon
2022-10-25 11:15:37 -04:00
parent a145505fdb
commit 750653ff72
3 changed files with 117 additions and 14 deletions

View File

@@ -466,13 +466,18 @@ html {
display: flex;
width: 100%;
height: fit-content;
border: black 2px solid;
/* border: black 2px solid; */
margin-bottom: 16px;
}
.filters-menu{
display:flex;
}
.filters-container {
width: 75%;
border: green 2px dotted;
/* border: green 2px dotted; */
margin: 0px;
}