media.css: Make min-width small enough to support iPhone 5.

This makes the min-width go down to the screen width of the iPhone 5
(320px) so that content doesn’t overflow.
This commit is contained in:
Brock Whittaker 2017-10-03 12:11:01 -07:00 committed by Tim Abbott
parent 3a4abc25a1
commit 9cc5014ae9
1 changed files with 7 additions and 0 deletions

View File

@ -339,6 +339,13 @@
.stream_row .description {
display: none;
}
body,
html,
.app-main,
.header-main {
min-width: 320px;
}
}
@media only screen and (min-device-width: 300px) and (max-device-width: 700px) {