Skip to content

Commit

Permalink
Update responsive.css
Browse files Browse the repository at this point in the history
  • Loading branch information
avalon1214 authored Jan 19, 2019
1 parent 4e66bba commit 4d2f0be
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ and (max-width : 320px) {
/* Styles */
}

/* Smartphones ( S M L ) ----------- */
@media only screen
and (min-width : 320px)
and (max-device-width : 540px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
Expand Down Expand Up @@ -88,4 +95,4 @@ and (max-device-width : 480px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
}

0 comments on commit 4d2f0be

Please sign in to comment.