diff --git a/_deploy b/_deploy index c04323351d3..e38d28fad91 160000 --- a/_deploy +++ b/_deploy @@ -1 +1 @@ -Subproject commit c04323351d38c37fd8a9e2f5b731f9216873055c +Subproject commit e38d28fad91800f32dedfbb8c224d1d305042791 diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 1a8f8257ccf..68a093af9cb 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -1,9 +1,5 @@ @charset "UTF-8"; -.usp .icon i { - border: none !important; -} - .supported-brands { text-align: center; img { @@ -15,6 +11,18 @@ } } +.brand { + border: none !important; + box-shadow: none !important; + max-height: 50px; + max-width: 200px; + margin: 10px; + + &.overview { + max-width: 100px; + } +} + // https://fortawesome.github.io/Font-Awesome/3.2.1/icons/ h1:hover a.title-link, @@ -43,10 +51,16 @@ h6:hover a.title-link { } } -.usp ul { - text-align: left; - margin-left: 27px; - margin-top: -18px; +.usp { + ul { + text-align: left; + margin-left: 27px; + margin-top: -18px; + } + + .icon i { + border: none !important; + } } .hero-buttons a { diff --git a/source/_includes/custom/grid_item_left.html b/source/_includes/custom/grid_item_left.html index d72e88d83f6..e7dd86ccb88 100644 --- a/source/_includes/custom/grid_item_left.html +++ b/source/_includes/custom/grid_item_left.html @@ -1,8 +1,6 @@

Observe


-

-Home Assistant will track the state of all the devices in your home, so you don't have to. -

+

Home Assistant will track the state of all the devices in your home, so you don't have to.

@@ -18,4 +16,8 @@ Home Assistant will track the state of all the devices in your home, so you don' +
+ +

Browse all »

+ diff --git a/source/_includes/custom/navigation.html b/source/_includes/custom/navigation.html index 0ccb3058160..18811574933 100644 --- a/source/_includes/custom/navigation.html +++ b/source/_includes/custom/navigation.html @@ -1,5 +1,13 @@