]> git.0d.be Git - panikweb.git/commitdiff
style: use tablet size for < 760px, not 600px
authorFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 13:57:44 +0000 (15:57 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 13:57:44 +0000 (15:57 +0200)
panikweb_templates/static/css/specifics.css

index edb93a4af174e816f63ad9e0d9f965622dfcdc0b..83c01f0f4f4bf4e0ad8d78fd86f2d501ad40640a 100644 (file)
@@ -78,7 +78,7 @@
     .wrapper {padding:0 7%;}
 }
 
-@media screen and (min-width: 600px) {
+@media screen and (min-width: 760px) {
        .wrapper .rightPart{
         margin-top:0;
        }
@@ -239,7 +239,7 @@ body{
        border: 1px solid #ececec;
 }
 
-@media screen and (max-width:600px){
+@media screen and (max-width:760px){
        #metaNav .iconLabel {display:none;}
        #metaNav ul li a span.nav-icon { display: inline-block; }
        #metaNav form {
@@ -281,7 +281,7 @@ body{
 }
 
 
-@media screen and (max-width: 600px) {
+@media screen and (max-width: 760px) {
        #All h1.top {
                font-size: 60px;
                padding: 0 3%;
@@ -291,7 +291,7 @@ body{
        }
 }
 
-@media screen and (min-width: 600px) {
+@media screen and (min-width: 760px) {
        #Commons {
                float: left;
                width: 20%;
@@ -664,7 +664,7 @@ h1.top#frequence {
        padding-top:0.2em;
 }
 
-@media screen and (max-width: 600px) {
+@media screen and (max-width: 760px) {
 
        #Player{
         margin-top:1em;
@@ -679,7 +679,7 @@ h1.top#frequence {
        }
 
 }
-@media screen and (min-width: 600px) {
+@media screen and (min-width: 760px) {
 
        #Player{
     }