Team:UCLA/Template/CSS

From 2014.igem.org

(Difference between revisions)
Line 660: Line 660:
.col {  
.col {  
margin: 1% 0 1% 0%;
margin: 1% 0 1% 0%;
 +
}
 +
}
 +
.span_3_of_3 {
 +
width: 100%;
 +
}
 +
 +
.span_2_of_3 {
 +
width: 66.13%;
 +
}
 +
 +
.span_1_of_3 {
 +
width: 32.26%;
 +
}
 +
 +
@media only screen and (max-width: 480px) {
 +
.span_3_of_3 {
 +
width: 100%;
 +
}
 +
.span_2_of_3 {
 +
width: 100%;
 +
}
 +
.span_1_of_3 {
 +
width: 100%;
}
}
}
}
</style>
</style>
</html>
</html>

Revision as of 21:32, 25 September 2014