From 979926ab058f493bd697dd3ed7b9ae4c67339594 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Sat, 28 Mar 2020 22:37:44 +0200 Subject: [PATCH] Library media queries breakpoints changed --- src/routes/Library/styles.less | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/routes/Library/styles.less b/src/routes/Library/styles.less index 50eb330a3..485b01b34 100644 --- a/src/routes/Library/styles.less +++ b/src/routes/Library/styles.less @@ -115,7 +115,7 @@ } } -@media only screen and (min-width: @xxlarge) { +@media only screen and (min-width: @large) { .library-container { .library-content { .meta-items-container { @@ -125,7 +125,7 @@ } } -@media only screen and (max-width: @xxlarge) { +@media only screen and (max-width: @large) { .library-container { .library-content { .meta-items-container { @@ -173,4 +173,14 @@ } } } +} + +@media only screen and (max-width: @minimum) { + .library-container { + .library-content { + .meta-items-container { + grid-template-columns: repeat(4, 1fr); + } + } + } } \ No newline at end of file