Skip to content

Commit c3a5275

Browse files
docs: fix mobile view of the main page (#2171)
1 parent 47a1ad7 commit c3a5275

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/src/components/Features.module.scss

+8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
height: 0;
2222
z-index: -1;
2323

24+
@media (max-width: 768px) {
25+
display: none;
26+
}
27+
2428
img {
2529
bottom: -30px;
2630
position: absolute;
@@ -37,6 +41,10 @@
3741
height: 0;
3842
z-index: 0;
3943

44+
@media (max-width: 768px) {
45+
display: none;
46+
}
47+
4048
img {
4149
top: -70px;
4250
position: absolute;

0 commit comments

Comments
 (0)