Fix #7: Use ems in media queries because Mobile Safari has trouble with rem media...
authorMark Otto <otto@github.com>
Tue, 1 Apr 2014 17:57:54 +0000 (10:57 -0700)
committerMark Otto <otto@github.com>
Tue, 1 Apr 2014 17:58:34 +0000 (10:58 -0700)
public/css/poole.css

index 49309a1ab3f9b66de3d8d78ab4daee19414a1ec2..814218995cbacb932b6f79404a2114e8c8470d6d 100644 (file)
@@ -52,7 +52,7 @@ html {
   font-size: 16px;
   line-height: 1.5;
 }
-@media (min-width: 38rem) {
+@media (min-width: 38em) {
   html {
     font-size: 20px;
   }
@@ -217,7 +217,7 @@ blockquote {
 blockquote p:last-child {
   margin-bottom: 0;
 }
-@media (min-width: 30rem) {
+@media (min-width: 30em) {
   blockquote {
     padding-right: 5rem;
     padding-left: 1.25rem;
@@ -406,7 +406,7 @@ a.pagination-item:hover {
   background-color: #f5f5f5;
 }
 
-@media (min-width: 30rem) {
+@media (min-width: 30em) {
   .pagination {
     margin: 3rem 0;
   }