Skip to content

Commit a343206

Browse files
committed
Add gap between fr. page split section in mobile
1 parent 4cb16e3 commit a343206

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

sources/stylesheets/layouts/_front-page.scss

+9
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,17 @@
114114
}
115115
}
116116

117+
.column .split-section {
118+
display: flex;
119+
flex-direction: column;
120+
}
121+
117122
.change-layout-options {
118123
top: -64px;
119124
}
125+
126+
.split-section {
127+
gap: 32px;
128+
}
120129
}
121130
}

stylesheets/main.css

+7
Original file line numberDiff line numberDiff line change
@@ -1336,9 +1336,16 @@ h4 {
13361336
.front-page .split_even .split-section {
13371337
grid-template-columns: 1fr;
13381338
}
1339+
.front-page .column .split-section {
1340+
display: flex;
1341+
flex-direction: column;
1342+
}
13391343
.front-page .change-layout-options {
13401344
top: -64px;
13411345
}
1346+
.front-page .split-section {
1347+
gap: 32px;
1348+
}
13421349
}
13431350
.product-list-page {
13441351
position: relative;

stylesheets/main.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)