mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
switch from block to flex
add flex direction too
This commit is contained in:
parent
050716903f
commit
5d592d16db
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user