Ad placeholder

Help:Glossary: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
No edit summary
mNo edit summary
Line 19: Line 19:
}
}


/* When the browser is at least 600px and above */
/* When the browser is less than 600px and above */
@media screen and (min-width: 600px) {
@media screen and (max-width: 600px) {
   .mainLeft, .mainRight {
   .mainLeft, .mainRight {
     float:none; margin-left:0; margin-right:0;
     float:none; margin-left:0; margin-right:0;

Navigation menu