Commit 86f834e3 authored by Chris Rebert's avatar Chris Rebert

remove explicit vendor prefixing from _card.scss

parent 57071cc6
......@@ -181,11 +181,7 @@
//
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1rem;
-moz-column-gap: 1rem;
column-gap: 1rem;
.card {
......
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