mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Responsive design now supports up to 4 columns
This commit is contained in:
@@ -19,14 +19,21 @@
|
||||
}
|
||||
|
||||
state-card {
|
||||
width: calc(50% - 42px);
|
||||
width: calc(50% - 44px);
|
||||
margin: 8px 0 0 8px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1100px) {
|
||||
state-card {
|
||||
width: calc(33% - 37px);
|
||||
width: calc(33% - 38px);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1450px) {
|
||||
state-card {
|
||||
width: calc(25% - 42px);
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user