filter && fotter

This commit is contained in:
2020-07-23 18:15:08 +02:00
parent 068100edab
commit e9761aa6ca
29 changed files with 926 additions and 107 deletions
@@ -94,6 +94,8 @@
.__ressources{
.__publications{
.publications{
// margin: $gutter1;
.__media{
padding: 0.5rem 0 0.5rem 0.5rem;
}
@@ -101,13 +103,13 @@
padding: 0.5rem;
}
@media screen and (min-width: 768px) {
width: calc(100% / 2 - #{$gutter1});
width: calc(100% / 2 - #{$gutter1} * 2);
}
@media screen and (min-width: 992px) {
width: calc(100% / 2 - #{$gutter1});
width: calc(100% / 2 - #{$gutter1} * 2);
}
@media screen and (min-width: 1200px) {
width: calc(100% / 2 - #{$gutter1});
width: calc(100% / 2 - #{$gutter1} * 2);
}
}
}
@@ -122,6 +124,16 @@
}
}
}
@media screen and (min-width: 768px) {
width: calc(100% / 2 - #{$gutter1} * 2);
}
@media screen and (min-width: 992px) {
width: calc(100% / 2 - #{$gutter1} * 2);
}
@media screen and (min-width: 1200px) {
width: calc(100% / 2 - #{$gutter1} * 2);
}
}
}
}