mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Fix position of phone image (#19051)
This commit is contained in:
parent
78f203d853
commit
57989d82ac
@ -75,5 +75,9 @@ table {
|
|||||||
> .grid-wrapper {
|
> .grid-wrapper {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -79,6 +79,10 @@ $primary-color: #049cdb;
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-card {
|
.material-card {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user