Difference between revisions of "Template:NAIT Edmonton/CSS8"

Line 191: Line 191:
  
 
@media screen and (max-width:1000px) {
 
@media screen and (max-width:1000px) {
 
#menunavi {
 
width:1.4em;
 
display: block;
 
background:#ddd;
 
font-size:1.35em;
 
text-align: center;
 
}
 
#navimenu.js {
 
display: none;
 
}
 
ul {
 
width:100%;
 
list-style:none;
 
}
 
li {
 
width:100%;
 
border-right:none;
 
}
 
}
 
 
@media screen and (min-width: 768px) {
 
#menu {
 
display: none;
 
}
 
 
 
}
 
  
  

Revision as of 15:35, 25 August 2015