From a6cef51a37913e4c20be265a8e82becb3a30713b Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Wed, 17 Oct 2018 23:02:51 +0200 Subject: [PATCH] story: Changed tag list columns to have less empty space between. --- marko/page/story/components/tags-page/style.less | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/marko/page/story/components/tags-page/style.less b/marko/page/story/components/tags-page/style.less index 0ff6903..b61cd67 100644 --- a/marko/page/story/components/tags-page/style.less +++ b/marko/page/story/components/tags-page/style.less @@ -9,7 +9,7 @@ div.tags-page { } div.groups { - column-count: 4; + column-count: 5; padding: 0.5em; div.group { @@ -43,7 +43,15 @@ div.tags-page { } } -@media screen and (max-width: 1900px) { +@media screen and (max-width: 2000px) { + div.tags-page { + div.groups { + column-count: 4; + } + } +} + +@media screen and (max-width: 1400px) { div.tags-page { div.groups { column-count: 3; @@ -51,7 +59,7 @@ div.tags-page { } } -@media screen and (max-width: 1300px) { +@media screen and (max-width: 1000px) { div.tags-page { div.groups { column-count: 2; @@ -59,7 +67,7 @@ div.tags-page { } } -@media screen and (max-width: 1000px) { +@media screen and (max-width: 900px) { div.tags-page { div.groups { column-count: 1;