Skip to content
Snippets Groups Projects
Commit 32ccca3c authored by Lucas's avatar Lucas
Browse files

Fix filters container in low resolutions

parent c4dd4e53
Branches
No related tags found
2 merge requests!78Homologa to produção,!66Make improvements to MapFor.
......@@ -2,7 +2,7 @@
background: #fff;
padding: 30px 0;
border-radius: 10px;
font-family: 'Montserrat';
font-family: "Montserrat";
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
......@@ -44,28 +44,8 @@
@media (max-width: 680px) {
.filters-container {
h3 {
width: max-content;
}
min-width: 0 !important;
margin: 0 auto;
}
.item-container {
width: min-content;
.expansion-panel-closed {
width: 100%;
img {
// width: 80%
}
}
}
.dropdown-filters-container {
width: min-content;
}
}
......@@ -250,8 +250,6 @@
.modal-header-container {
button {
// height: 5%;
// width: 5%;
padding: 1% 2% 0 0;
img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment