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

Fix filters container in low resolutions

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