2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

switch from block to flex

add flex direction too
This commit is contained in:
Mark Otto
2016-12-22 16:41:28 -08:00
parent 050716903f
commit 5d592d16db
+2 -1
View File
@@ -4,7 +4,8 @@
.card {
position: relative;
display: block;
display: flex;
flex-direction: column;
background-color: $card-bg;
border: $card-border-width solid $card-border-color;
@include border-radius($card-border-radius);