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