fix: gallery

This commit is contained in:
Tobias Reisinger 2020-02-03 01:39:26 +01:00
parent d6cd4628d8
commit 0596f600a5
3 changed files with 27 additions and 12 deletions

View file

@ -21,6 +21,7 @@ body, #wrapper
.card-columns
{
column-gap: 1em;
column-count: 2;
}
.card-columns.card
@ -28,14 +29,6 @@ body, #wrapper
margin-bottom: 1em;
}
@media (min-width: 576px)
{
.card-columns
{
column-count: 2;
}
}
@media (min-width: 768px)
{
.card-columns