about summary refs log tree commit diff stats
path: root/static/css/poole.css
diff options
context:
space:
mode:
authorSteve Francia2015-05-01 17:10:52 -0400
committerSteve Francia2015-05-01 17:10:52 -0400
commit1a7140a4d7fd4b5834178c721fdb636e96db2dd6 (patch)
treee468058b09c29773ff828158f0fd7b4f4be6d092 /static/css/poole.css
parentd89bc2905e4c9d0ea07cef749dcd9b7dba6d86f4 (diff)
parent6d6546011f2d1aa172241124ff3de547b15b30bf (diff)
downloadhyde-1a7140a4d7fd4b5834178c721fdb636e96db2dd6.tar.lz
hyde-1a7140a4d7fd4b5834178c721fdb636e96db2dd6.tar.zst
hyde-1a7140a4d7fd4b5834178c721fdb636e96db2dd6.zip
Merge pull request #10 from EitZei/master
Convert rem's to em's in breakpoints
Diffstat (limited to 'static/css/poole.css')
-rw-r--r--static/css/poole.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/poole.css b/static/css/poole.css
index 974daa3..7ddd054 100644
--- a/static/css/poole.css
+++ b/static/css/poole.css
@@ -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;
   }