/* Mobile first */
.column {
width: 100%;
float: left;
padding: 5px;
margin-bottom: 10px;
}
a {
color: darkgreen;
padding: 2px;
}
a:hover {
color: darkblue;
}
/* Responsive layout - makes the menu stack on top of each other */
@media (min-width: 600px) {
.column {
width: 50%;
}
}
/* Mobile first */
.column {
width: 100%;
float: left;
padding: 5px;
margin-bottom: 10px;
}
a {
color: darkgreen;
padding: 2px;
}
a:hover {
color: darkblue;
}
/* Responsive layout - makes the menu stack on top of each other */
@media (min-width: 600px) {
.column {
width: 50%;
}
}
/* Mobile first */
.column {
width: 100%;
float: left;
padding: 5px;
margin-bottom: 10px;
}
a {
color: darkgreen;
padding: 2px;
}
a:hover {
color: darkblue;
}
/* Responsive layout - makes the menu stack on top of each other */
@media (min-width: 600px) {
.column {
width: 50%;
}
}