Commit 4602d631 authored by Vadim Makeev's avatar Vadim Makeev

yet another MQ-fix for the reading mode

parent 4f31ea2a
...@@ -5,15 +5,14 @@ BODY { ...@@ -5,15 +5,14 @@ BODY {
background:#DDD; background:#DDD;
color:#000; color:#000;
counter-reset:paging; counter-reset:paging;
font-family:'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font:15px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} }
A { A {
text-decoration:none; text-decoration:none;
} }
@media ( max-width:1024px ) { BODY { font-size:15px; } } @media ( max-width:960px ) { BODY { font-size:12px; } }
@media ( max-width:800px ) { BODY { font-size:12px; } } @media ( max-width:760px ) { BODY { font-size:10px; } }
@media ( max-width:640px ) { BODY { font-size:10px; } }
/* Shower /* Shower
---------------------------------------- */ ---------------------------------------- */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment