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

remove explicit vendor prefixing from _card.scss

parent 57071cc6
Showing with 0 additions and 4 deletions
+0 -4
......@@ -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 {
......
Supports Markdown
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