From 776d00690eaef5713c9543e7d110c25e49ce989a Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Mon, 1 Nov 2010 12:55:01 +0300 Subject: [PATCH] font-size for 1050 screen height --- styles/projection.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/projection.css b/styles/projection.css index 2dad876..245ae92 100755 --- a/styles/projection.css +++ b/styles/projection.css @@ -22,6 +22,7 @@ A { @media all and ( min-device-height:800px ), ( min-height:800px ) { BODY { font-size:50px } } @media all and ( min-device-height:900px ), ( min-height:900px ) { BODY { font-size:56px } } @media all and ( min-device-height:1024px ), ( min-height:1024px ) { BODY { font-size:64px } } +@media all and ( min-device-height:1050px ), ( min-height:1050px ) { BODY { font-size:66px } } @media all and ( min-device-height:1200px ), ( min-height:1200px ) { BODY { font-size:75px } } /* H ÷ 16 ≈ Font-Size */