responsive almost done

This commit is contained in:
2020-07-27 19:18:07 +02:00
parent 2ce63fa320
commit 682d4686ad
13 changed files with 287 additions and 60 deletions
+3 -5
View File
@@ -6,11 +6,9 @@
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
// &:after{
// content:"";
// clear:both;
// display: block;
// }
@media only screen and (max-width: $small-bp) {
flex-wrap:wrap;
}
}
.row{