#39, Add multi-column shortcode

This commit is contained in:
Alex Shpak
2019-05-22 16:17:55 +02:00
parent cf6720efad
commit c80bd79dcd
7 changed files with 80 additions and 10 deletions
+9 -1
View File
@@ -2,6 +2,14 @@
display: flex;
}
.flex-auto {
flex: 1 1 auto;
}
.flex-even {
flex: 1 1;
}
.justify-start {
justify-content: flex-start;
}
@@ -50,4 +58,4 @@
a.active {
color: $color-link;
}
}
}