]> njoseph.me Git - hyde.git/blobdiff - static/css/poole.css
Convert rem's to em's in breakpoints to fix layout jerking issue in e.g. iPad and...
[hyde.git] / static / css / poole.css
index 974daa318908da28f9ad6e1f4eb6c2a9005a035c..7ddd0544e9c94c8030a1cc48f7322c7a99526c49 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;
   }
@@ -193,7 +193,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;
@@ -382,7 +382,7 @@ a.pagination-item:hover {
   background-color: #f5f5f5;
 }
 
-@media (min-width: 30rem) {
+@media (min-width: 30em) {
   .pagination {
     margin: 3rem 0;
   }