(Created page with "<html> <script> ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////...") |
|||
Line 227: | Line 227: | ||
float:left; | float:left; | ||
height:100px; | height:100px; | ||
+ | } | ||
+ | |||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | /* CONTENT OF THE PAGE */ | ||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | |||
+ | /* general wrapper for the content */ | ||
+ | .igem_2019_team_content { | ||
+ | background-color:white; | ||
+ | display:block; | ||
+ | width: 87%; | ||
+ | } | ||
+ | |||
+ | /* subwrapper to center content */ | ||
+ | .igem_2019_team_content .igem_2019_team_column_wrapper { | ||
+ | margin:auto; | ||
+ | max-width: 1400px; | ||
+ | width:90%; | ||
} | } |
Revision as of 18:23, 20 June 2019