diff --git a/preflib/assets/css/style.css b/preflib/assets/css/style.css index dd7d5cb..a21949e 100644 --- a/preflib/assets/css/style.css +++ b/preflib/assets/css/style.css @@ -1284,16 +1284,21 @@ Collection page gap:20px; } +.collections-wrap > .collection-wrap:nth-child(2n-1):last-of-type { + grid-column: span 2; +} + @media screen and (max-width: 750px) { .collections-wrap { grid-template-columns: 1fr; } -} -.collections-wrap > .collection-wrap:nth-child(2n-1):last-of-type { - grid-column: span 2; + .collections-wrap > .collection-wrap:nth-child(2n-1):last-of-type { + grid-column: span 1; + } } + .collection-wrap { display: flex; flex-direction: column;