Team:Valencia UPV/style css

From 2014.igem.org

(Difference between revisions)
Line 240: Line 240:
}
}
 +
@media only screen and (max-width : 1024px)
 +
{
-
@media only screen and (max-width : 1280px)
+
#cn-box{ /*External content box*/
 +
width: 85%;
 +
padding: 15px;
 +
font-size: 1.175em;
 +
 
 +
}
 +
 
 +
.footer-img
 +
{
 +
height:75px;
 +
}
 +
 
 +
#igem-link
 +
{
 +
left: 953px; 
 +
top: 25px;
 +
width: 155px;
 +
height: 145px;
 +
}
 +
 
 +
#follow-link
 +
{
 +
right: 35%;
 +
bottom: 35px;
 +
width: 175px;
 +
height: 125px;
 +
}
 +
 
 +
 
 +
#facebook-link
 +
{
 +
right: 25%;
 +
bottom: 50px;
 +
width: 50px;
 +
height: 50px;
 +
}
 +
 
 +
#twitter-link
 +
{
 +
right: 5%; 
 +
bottom: 50px;
 +
width: 50px;
 +
height: 50px;
 +
}
 +
 
 +
#mail-link
 +
{
 +
left: 15%;
 +
bottom: 50px;
 +
width: 50px;
 +
height: 50px;
 +
}
 +
 
 +
 
 +
}
 +
 
 +
 
 +
@media only screen and (min-width : 1025px) and (max-width : 1280px)
{
{

Revision as of 21:38, 16 September 2014