diff --git a/src/routes/Search/styles.less b/src/routes/Search/styles.less index af1fb0131..b82ed2fc1 100644 --- a/src/routes/Search/styles.less +++ b/src/routes/Search/styles.less @@ -226,4 +226,30 @@ } } } +} + +@media only screen and (max-width: @minimum) { + .search-container { + .search-content { + .search-row { + margin: 2rem 1rem; + } + + .search-row-poster, .search-row-square { + .meta-item, .meta-item-placeholder { + &:nth-child(n+4) { + display: none; + } + } + } + + .search-hints-container { + padding: 4rem 2em; + + .search-hint-container { + padding: 0 1.5rem; + } + } + } + } } \ No newline at end of file