Skip to content

Commit 6b9c508

Browse files
committed
fix: assets header responsive
1 parent 77cdb07 commit 6b9c508

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/common/Integration/styles.module.scss

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,17 @@
77
gap: 48px;
88
width: 100%;
99

10+
@media only screen and (max-width: 768px) {
11+
gap: 16px;
12+
}
13+
1014
h2 {
1115
font-size: 36px;
1216
color: #252525;
17+
18+
@media only screen and (max-width: 768px) {
19+
font-size: 20px;
20+
}
1321
}
1422

1523
.list {
@@ -26,7 +34,6 @@
2634
}
2735

2836
@media only screen and (max-width: 768px) {
29-
margin-top: 3rem;
3037
grid-template-columns: repeat(1, minmax(0, 1fr));
3138
}
3239
}

0 commit comments

Comments
 (0)