Fix column layout

This commit is contained in:
Paulus Schoutsen 2015-12-14 23:52:06 -08:00
parent eff286e742
commit e19f3c5e34

View File

@ -25,6 +25,7 @@
.column {
max-width: 500px;
overflow-x: hidden;
}
.zone-card {
@ -41,6 +42,13 @@
margin-left: 0;
}
}
@media (max-width: 599px) {
.column {
max-width: 600px;
}
}
</style>
<template>