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

Line 78: Line 78:
 
/* sponsors */
 
/* sponsors */
 
header {  
 
header {  
height: calc(100vh /*- 3em - 16px*/); /* for fixed nav */  
+
height: calc(100vh - 3em); /* for fixed nav */  
 
display:flex; flex-direction: column;
 
display:flex; flex-direction: column;
 
 
Line 111: Line 111:
 
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);
 
color: #eee;
 
color: #eee;
 
background-blend-mode: luminosity;
 
background-blend-mode: luminosity;
Line 265: Line 265:
 
  */
 
  */
  
/*:target:before {
+
:target:before {
 
content:"";
 
content:"";
 
display:block;
 
display:block;
 
height:3em;
 
height:3em;
 
margin:-3em 0 0;
 
margin:-3em 0 0;
}*/
+
}
  
 
nav { background-color: #333; width: 100%; }
 
nav { background-color: #333; width: 100%; }

Revision as of 17:36, 25 August 2016