diff --git a/source/_layouts/home.html b/source/_layouts/home.html index aa0cea337f9..18de35053af 100644 --- a/source/_layouts/home.html +++ b/source/_layouts/home.html @@ -100,22 +100,10 @@ layout: default -

You could do so much more...

-

Explore a new universe of possibilities with Home Assistant. Extend and Empower your home automations with no limitations.

-
-
- - - -
-

Coming from Google Home, Alexa or Apple HomeKit?

-
See what you get more - - -
-
+

What sets us apart

+

See how we compare to some other popular home automation products.

-
+
diff --git a/source/assets/css/style.css b/source/assets/css/style.css index 7de943da625..2773dce4fb6 100644 --- a/source/assets/css/style.css +++ b/source/assets/css/style.css @@ -1184,6 +1184,10 @@ video { margin-top: 80px; } +.mb-\[5px\]{ + margin-bottom: 5px; +} + .block{ display: block; } @@ -4818,6 +4822,10 @@ div.code-toolbar > .toolbar span:focus { margin-top: 75px; } + .md\:mt-\[1px\]{ + margin-top: 1px; + } + .md\:block{ display: block; }