diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 7728f716e0f..65c7e3f2905 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -13,7 +13,7 @@ text-transform: uppercase; white-space: nowrap; display: inline-block; - font-weight: bold; + font-weight: 500; } .front-install { @@ -59,6 +59,17 @@ padding: 4px 0px 12px; } } + + .links { + margin-top: 8px; + text-align: right; + + a { + text-decoration: none; + font-weight: 500; + text-transform: uppercase; + } + } } .frontpage { @@ -69,10 +80,15 @@ .release-date { white-space: nowrap; } + } - .blog-date { - white-space: nowrap; + .recent-posts { + margin-bottom: 16px; + + .blog-date { + white-space: nowrap; + } } .supported-brands { diff --git a/source/index.html b/source/index.html index 4b374a6f525..b6f915f7aa2 100644 --- a/source/index.html +++ b/source/index.html @@ -11,17 +11,19 @@ description: Open-source home automation platform running on Python 3. Track and hide_github_edit: true --- -