Difference between revisions of "Team:Aix-Marseille/Template-Menu"

Line 85: Line 85:
 
/* sponsors */
 
/* sponsors */
 
header {  
 
header {  
height: calc(100vh /*- 3em */ - 16px); /* for fixed nav */  
+
height: calc(100vh /*- 3em - 16px*/); /* for fixed nav */  
 
display:flex; flex-direction: column;
 
display:flex; flex-direction: column;
 
 
Line 118: Line 118:
 
align-items: flex-end;
 
align-items: flex-end;
 
min-width: 300px;
 
min-width: 300px;
min-height: calc(100vh /*- 3em -*/ 16px);
+
min-height: calc(100vh /*- 3em - 16px*/);
 
color: #eee;
 
color: #eee;
 
background-blend-mode: luminosity;
 
background-blend-mode: luminosity;

Revision as of 13:43, 25 August 2016