Commit 38c7813c authored by Mark Otto's avatar Mark Otto

grunt

parent 8e6df432
...@@ -3885,8 +3885,8 @@ input[type="button"].btn-block { ...@@ -3885,8 +3885,8 @@ input[type="button"].btn-block {
} }
.card-deck .card { .card-deck .card {
display: table-cell; display: table-cell;
float: none; width: 1%;
max-width: none; vertical-align: top;
} }
.card-deck-wrapper { .card-deck-wrapper {
...@@ -3931,9 +3931,9 @@ input[type="button"].btn-block { ...@@ -3931,9 +3931,9 @@ input[type="button"].btn-block {
-webkit-column-count: 3; -webkit-column-count: 3;
-moz-column-count: 3; -moz-column-count: 3;
column-count: 3; column-count: 3;
-webkit-column-gap: 1rem; -webkit-column-gap: 1.25rem;
-moz-column-gap: 1rem; -moz-column-gap: 1.25rem;
column-gap: 1rem; column-gap: 1.25rem;
} }
.card-columns .card { .card-columns .card {
display: inline-block; display: inline-block;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment