mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Add a max size to columns to look better on big screens
This commit is contained in:
parent
5ea83557bb
commit
6ddc18ba5d
@ -23,6 +23,10 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column {
|
||||||
|
max-width: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
.zone-card {
|
.zone-card {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user