first version of two column layout of tracker.

This commit is contained in:
2021-10-06 14:43:18 +02:00
parent 03ab4379c6
commit 3453453ddd
2 changed files with 19 additions and 2 deletions
+12 -1
View File
@@ -100,6 +100,17 @@ header nav a {
}
}
/*.clothes-type {
column-count: 2;
}*/
.shop-all {
column-count: 2;
}
.tracker-table {
width: 40rem
width: 40rem;
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
}