responsive filters fixed
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
margin-bottom: 2rem;
|
||||
transform: none;
|
||||
margin-bottom: 0px;
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
@@ -442,7 +443,9 @@
|
||||
// width: 80%;
|
||||
padding-left: 25%;
|
||||
// overflow-x: hidden;
|
||||
|
||||
@media (max-width: 810px) {
|
||||
padding-left: 0;
|
||||
}
|
||||
.border{
|
||||
width: 80%;
|
||||
border-top: solid 1px rgba(0, 0, 0, 0.3);
|
||||
@@ -580,10 +583,10 @@
|
||||
color: $blue-light;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
&:after{
|
||||
// display: block;
|
||||
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>');
|
||||
}
|
||||
// &:after{
|
||||
// // display: block;
|
||||
// content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>');
|
||||
// }
|
||||
// }
|
||||
@media (max-width: 810px){
|
||||
left: 81vw;
|
||||
@@ -612,7 +615,7 @@
|
||||
}
|
||||
|
||||
@media (max-width: 810px){
|
||||
padding-left: 2rem;
|
||||
padding-left: 1rem !important;
|
||||
flex-direction: column;
|
||||
.views-row{
|
||||
width: 100% !important;
|
||||
|
||||
Reference in New Issue
Block a user