mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +00:00
Adjust gap
This commit is contained in:
parent
2811541fba
commit
50047e2f10
@ -59,6 +59,8 @@ class HassioDashboard extends LitElement {
|
|||||||
display: grid;
|
display: grid;
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
grid-template-columns: repeat(2, auto);
|
||||||
|
gap: 16px;
|
||||||
}
|
}
|
||||||
.content > * {
|
.content > * {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user