Add a max size to columns to look better on big screens

This commit is contained in:
Paulus Schoutsen 2015-11-07 01:22:31 -08:00
parent 5ea83557bb
commit 6ddc18ba5d

View File

@ -23,6 +23,10 @@
text-align: center;
}
.column {
max-width: 500px;
}
.zone-card {
margin-left: 8px;
margin-bottom: 8px;