Skip to content

Commit 9b9352e

Browse files
authored
Pwa 3615 (#4574)
* Regression Issue : Fixing Homepage Styling * Removing unwanted lines
1 parent 928d183 commit 9b9352e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/venia-ui/lib/components/HomePage/homePage.module.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@
5151
* Target all column groups after the slider.
5252
*/
5353
:global(.venia-home-slider ~ div) {
54-
display: grid !important;
5554
gap: 0;
56-
grid-auto-columns: 1fr;
57-
grid-auto-flow: column;
58-
grid-template-columns: repeat(3, 1fr);
5955
padding: 0 1rem;
6056
z-index: 1;
6157
}

0 commit comments

Comments
 (0)