diff --git a/src/routes/Search/styles.less b/src/routes/Search/styles.less index 066edf9e2..278d65693 100644 --- a/src/routes/Search/styles.less +++ b/src/routes/Search/styles.less @@ -19,10 +19,12 @@ .search-content { height: 100%; width: 100%; + padding: 0 1rem; overflow-y: auto; .search-row { - margin: 2rem 1rem; + margin-top: 1rem; + margin-bottom: 2rem; } .search-hints-wrapper { @@ -271,6 +273,10 @@ @media only screen and (max-width: @minimum) { .search-container { .search-content { + .search-row { + margin-bottom: 1.5rem; + } + .search-row-poster, .search-row-square { .meta-item, .meta-item-placeholder { &:nth-child(n+4) { @@ -281,8 +287,10 @@ .search-hints-wrapper { margin-top: 4rem; + .search-hints-container { padding: 4rem 2rem; + .search-hint-container { padding: 0 1.5rem; }