grunt
This commit is contained in:
parent
8e6df4325e
commit
38c7813c72
7 changed files with 3209 additions and 1986 deletions
|
|
@ -3885,8 +3885,8 @@ input[type="button"].btn-block {
|
|||
}
|
||||
.card-deck .card {
|
||||
display: table-cell;
|
||||
float: none;
|
||||
max-width: none;
|
||||
width: 1%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.card-deck-wrapper {
|
||||
|
|
@ -3931,9 +3931,9 @@ input[type="button"].btn-block {
|
|||
-webkit-column-count: 3;
|
||||
-moz-column-count: 3;
|
||||
column-count: 3;
|
||||
-webkit-column-gap: 1rem;
|
||||
-moz-column-gap: 1rem;
|
||||
column-gap: 1rem;
|
||||
-webkit-column-gap: 1.25rem;
|
||||
-moz-column-gap: 1.25rem;
|
||||
column-gap: 1.25rem;
|
||||
}
|
||||
.card-columns .card {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue