Difference between revisions of "Template:Main2017"

Line 195: Line 195:
 
/* Wrapper for the menu */
 
/* Wrapper for the menu */
 
.igem_menu_wrapper {  
 
.igem_menu_wrapper {  
width: 15%;
 
height:100vh;
 
position:fixed;
 
padding:0px;
 
float:right;
 
 
background-color:#dddddd;  
 
background-color:#dddddd;  
text-align:left;
+
float:right;  
right:0%;
+
height:100vh;
 +
max-width: 270px;
 
overflow-y: auto;
 
overflow-y: auto;
 
overflow-x: hidden;
 
overflow-x: hidden;
 +
padding:0px;
 +
position:fixed;
 +
right:0%;
 +
text-align:left;
 +
width: 15%;
 
}
 
}
  
Line 368: Line 369:
 
/* Wrapper for the content */
 
/* Wrapper for the content */
 
.igem_content_wrapper {
 
.igem_content_wrapper {
width: 81%;
+
/*width: 88.9%;*/
float:left;  
+
width: -webkit-calc(100% -270px);
background-color:white;  
+
width:   -moz-calc(100% - 270px);
margin: 2%;
+
width: calc(100% - 270px);
 
display:block;
 
display:block;
 +
background-color:white;
 
}
 
}
  

Revision as of 14:30, 15 August 2018

MENU