Skip to content

Commit f12b936

Browse files
committed
clean up one column on smallest screens
1 parent 16be1c8 commit f12b936

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assets/sass/pages/_home.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,12 @@
205205
.one-column-content {
206206
section {
207207
display: grid;
208-
grid-template-columns: 1fr 2fr;
208+
grid-template-columns: repeat(1, 1fr);
209209
column-gap: 20px;
210+
211+
.icon-block {
212+
grid-template-columns: repeat(1, 1fr);
213+
}
210214
}
211215
}
212216
}

0 commit comments

Comments
 (0)