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