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:
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user