Line 264: | Line 264: | ||
/* general class for column divs */ | /* general class for column divs */ | ||
.igem_2017_content_wrapper .column { | .igem_2017_content_wrapper .column { | ||
− | padding: | + | padding: 1000px 0px; |
float:left; | float:left; | ||
} | } | ||
Line 270: | Line 270: | ||
/* class for a full width column */ | /* class for a full width column */ | ||
.column .full_size { | .column .full_size { | ||
− | width: | + | width:100%; |
} | } | ||
/* styling for images in a full width column*/ | /* styling for images in a full width column*/ | ||
.column.full_size img { | .column.full_size img { | ||
− | width: | + | width:100%; |
padding: 10px 15px; | padding: 10px 15px; | ||
} | } |
Revision as of 23:28, 30 October 2017