Team:Valencia UPV/style css

From 2014.igem.org

(Difference between revisions)
Line 431: Line 431:
@media only screen and (max-width : 1024px)
@media only screen and (max-width : 1024px)
{
{
 +
 +
.example
 +
{
 +
height:200px;
 +
}
 +
 +
.menu
 +
{
 +
top: 159px;
 +
}
#nav > li > a  
#nav > li > a  
Line 494: Line 504:
@media only screen and (min-width : 1025px) and (max-width : 1280px)
@media only screen and (min-width : 1025px) and (max-width : 1280px)
{
{
-
 
-
.example
 
-
{
 
-
height:200px;
 
-
}
 
#cn-box{ /*External content box*/
#cn-box{ /*External content box*/

Revision as of 08:56, 20 September 2014