Skip to content

Commit 547fc3d

Browse files
committed
Hide all text on really small screen sizes
1 parent 5bc3202 commit 547fc3d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

style.css

+7
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ html {
4343
font-size: 2em;
4444
}
4545

46+
@media screen and (max-width: 200px),
47+
screen and (max-height: 200px) {
48+
.container p {
49+
display: none;
50+
}
51+
}
52+

0 commit comments

Comments
 (0)