From 758560ad056e7d0f6cfb1a9aabe9636d6a8e3731 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 6 Dec 2015 09:58:31 -0800 Subject: [PATCH] Always apply max column width --- src/components/ha-zone-cards.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/ha-zone-cards.html b/src/components/ha-zone-cards.html index 1353366c06..1efd0cc06e 100644 --- a/src/components/ha-zone-cards.html +++ b/src/components/ha-zone-cards.html @@ -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; - } - }