diff --git a/sass/homeassistant/_overrides.scss b/sass/homeassistant/_overrides.scss index 95b7836f3a8..330a5bb4654 100644 --- a/sass/homeassistant/_overrides.scss +++ b/sass/homeassistant/_overrides.scss @@ -286,11 +286,12 @@ header .breadcrumbs { .links { margin-top: 12px; margin-right: -8px; + margin-bottom: -8px; font-size: .9rem; text-align: right; a { - background: #e8edf0; + background: #e8edf0; font-family: $heading-font; text-decoration: none; font-weight: 650; @@ -363,7 +364,7 @@ a.material-card:hover { border-radius: 24px; margin: 8px 0; transition: box-shadow .33s; - + &::before { content: " "; position: absolute; @@ -727,8 +728,8 @@ article.listing { &>li.toc-entry:first-child{ padding-top: 0; - } - + } + &>li.toc-entry { list-style-type: none; } @@ -894,7 +895,7 @@ div.config-vars { .config-vars-label { padding-bottom: 4px; position: relative; - + a.title-link { text-decoration: none; } @@ -1051,4 +1052,4 @@ a.my { position: fixed; width: 100%; z-index: 999; -} \ No newline at end of file +} diff --git a/sass/homeassistant/pages/_getting_started.scss b/sass/homeassistant/pages/_getting_started.scss index 4d18be6c3da..3428bc24524 100644 --- a/sass/homeassistant/pages/_getting_started.scss +++ b/sass/homeassistant/pages/_getting_started.scss @@ -126,9 +126,10 @@ .button { display: flex; + align-items: center; padding-right: 20px; border-radius: 32px; - + &:not(:first-child) { margin-top: 12px; } diff --git a/source/_includes/site/hero_unit.html b/source/_includes/site/hero_unit.html index 11e4851d7f0..5b5d80367c3 100644 --- a/source/_includes/site/hero_unit.html +++ b/source/_includes/site/hero_unit.html @@ -6,7 +6,7 @@