Skip to content

Commit d1a9a58

Browse files
committed
Added max-height: 320px
1 parent f5ea48e commit d1a9a58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Geometric/OopsBox/assets/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ body {
7171
border-bottom: 4px solid #ff0562;
7272
}
7373

74+
@media (max-height: 320px) {
75+
#container .content p {
76+
display: none;
77+
}
78+
}
79+
7480
@media (max-width: 768px) {
7581
#container {
7682
top: 5%;

0 commit comments

Comments
 (0)