forked from cryptohagen.dk/website
testing card collums
This commit is contained in:
parent
bac12a5449
commit
33f7a44e2c
|
@ -42,9 +42,9 @@ section {
|
||||||
|
|
||||||
.card-columns
|
.card-columns
|
||||||
{
|
{
|
||||||
-webkit-column-count: 3;
|
-webkit-column-count: 1;
|
||||||
-moz-column-count: 3;
|
-moz-column-count: 1;
|
||||||
column-count: 3;
|
column-count: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer
|
footer
|
||||||
|
|
Loading…
Reference in a new issue