Skip to content

Commit e91c9cf

Browse files
1 file modified
1 parent f48dcc4 commit e91c9cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles.css

+6
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ body {
2020
.mt-10 {
2121
margin-top: 10px;
2222
}
23+
24+
@media screen and (max-width: 768px) {
25+
.website {
26+
display: none;
27+
}
28+
}

0 commit comments

Comments
 (0)