Difference between revisions of "Team:Greece/modeling"

Line 284: Line 284:
 
/* < 1366px Resolution Desktop Screen*/
 
/* < 1366px Resolution Desktop Screen*/
  
@media screen and (min-width: 1025px) and (max-width: 1366px) {
+
@media screen and (min-width: 1025px) and (max-width: 1367px) {
  
 
         body{background: #0000ff;}
 
         body{background: #0000ff;}
Line 334: Line 334:
 
}
 
}
  
 +
@media screen and (min-width: 1367px) and (max-width: 1920px){
 +
 +
        #sector_box {
 +
                margin: -141px 0px 0px 0px;
 +
        }
 +
 +
        #sector_box .parallelogram:not(.skew_by_left){
 +
        height: 910px;
 +
}
 +
 +
.skew_by_left{
 +
                height: 910px;
 +
}
 +
       
 +
        .logo{
 +
                margin: -18px 0px 0px -52px;
 +
        }
 +
     
 +
        .menu li {
 +
                margin-right: 4%;
 +
                margin-left: 4%;
 +
        }
 +
}
 
</style>
 
</style>
  

Revision as of 10:32, 22 July 2017