From 313766b9cf795a084f56e529b9b77ff3c59add30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danyi=20D=C3=A1vid?= Date: Mon, 9 Jul 2018 10:36:18 +0200 Subject: [PATCH] * column count changed --- src/app/gallery/album/album.component.css | 4 ++-- src/app/gallery/gallery/gallery.component.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/gallery/album/album.component.css b/src/app/gallery/album/album.component.css index 2c26ea8..4b848f9 100644 --- a/src/app/gallery/album/album.component.css +++ b/src/app/gallery/album/album.component.css @@ -34,13 +34,13 @@ a:hover { /* tablet */ @media only screen and (min-width: 780px) and (max-width: 1219px) { .row { - column-count: 2; + column-count: 3; } } /* desktop */ @media screen and (min-width: 1220px) { .row { - column-count: 3; + column-count: 5; } } diff --git a/src/app/gallery/gallery/gallery.component.css b/src/app/gallery/gallery/gallery.component.css index ce5c947..b3d178d 100644 --- a/src/app/gallery/gallery/gallery.component.css +++ b/src/app/gallery/gallery/gallery.component.css @@ -20,13 +20,13 @@ /* tablet */ @media only screen and (min-width: 780px) and (max-width: 1219px) { .row { - column-count: 2; + column-count: 3; } } /* desktop */ @media screen and (min-width: 1220px) { .row { - column-count: 4; + column-count: 5; } }