Make columns shortcode mobile friendly

This commit is contained in:
Alex Shpak
2019-06-18 23:20:29 +02:00
parent 12f2af4d34
commit c679f74cff
6 changed files with 16 additions and 13 deletions
+4
View File
@@ -10,6 +10,10 @@
flex: 1 1;
}
.flex-wrap {
flex-wrap: wrap;
}
.justify-start {
justify-content: flex-start;
}