Always apply max column width

This commit is contained in:
Paulus Schoutsen 2015-12-06 09:58:31 -08:00
parent 2e8ad266ee
commit 758560ad05

View File

@ -23,6 +23,10 @@
text-align: center;
}
.column {
max-width: 500px;
}
.zone-card {
margin-left: 8px;
margin-bottom: 8px;
@ -37,12 +41,6 @@
margin-left: 0;
}
}
@media (min-width: 2000px) {
.column {
max-width: 500px;
}
}
</style>
<template>