Skip to content

Commit e1ef60b

Browse files
author
Cy Bae
committed
Fixed main page svg mobile responsiveness
1 parent f43dada commit e1ef60b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/components/Home/Home.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Home {
2-
min-width: 100vw;
2+
width: 100vw;
33
min-height: calc(100vh - 52px);
44
}
55

@@ -8,4 +8,11 @@
88
top: -25vh;
99
left: 45vh;
1010
z-index: -1;
11-
}
11+
overflow: hidden;
12+
}
13+
14+
@media only screen and (max-width: 600px) {
15+
#Home .decorations {
16+
display: none;
17+
}
18+
}

0 commit comments

Comments
 (0)