Skip to content

Commit 4859f18

Browse files
committed
Theme Blegny - HP QA
1 parent cca8ac6 commit 4859f18

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

blegny/src/scss/home/quick.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@
3636
}
3737
}
3838
}
39+
40+
@media (max-width: 1024px) {
41+
#content-core .quick-access ul.row {
42+
display: grid;
43+
grid-template-columns: repeat(2, 1fr);
44+
gap: 30px;
45+
}
46+
}

0 commit comments

Comments
 (0)