mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Some fixes (#33483)
This commit is contained in:
parent
8895a01ced
commit
f9ab890c39
@ -286,6 +286,7 @@ header .breadcrumbs {
|
|||||||
.links {
|
.links {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
margin-right: -8px;
|
margin-right: -8px;
|
||||||
|
margin-bottom: -8px;
|
||||||
font-size: .9rem;
|
font-size: .9rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
||||||
|
@ -126,6 +126,7 @@
|
|||||||
|
|
||||||
.button {
|
.button {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="grid__item flex__item two-fifths lap-one-half palm-one-whole">
|
<div class="grid__item flex__item two-fifths lap-one-half palm-one-whole">
|
||||||
<iframe id="HAdemo" title="Home Assistant Demo"
|
<iframe id="HAdemo" title="Home Assistant Demo"
|
||||||
src="https://demo.home-assistant.io/">
|
src="https://demo.home-assistant.io/?frontpage">
|
||||||
</iframe>
|
</iframe>
|
||||||
|
|
||||||
<a id="HAdemoScreenshot" href='https://demo.home-assistant.io/' target='_blank'>
|
<a id="HAdemoScreenshot" href='https://demo.home-assistant.io/' target='_blank'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user