From 869a7a4adc8a3647201d75bc81c7e742326a5c65 Mon Sep 17 00:00:00 2001 From: monerooo <102408599+monerooo@users.noreply.github.com> Date: Sat, 2 Apr 2022 21:11:46 +0200 Subject: [PATCH] rss icon fix --- _includes/header-custom.html | 4 ++-- css/main.scss | 13 ++++++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/_includes/header-custom.html b/_includes/header-custom.html index 698b870..14a125f 100644 --- a/_includes/header-custom.html +++ b/_includes/header-custom.html @@ -1,4 +1,6 @@ diff --git a/css/main.scss b/css/main.scss index d3da684..6c7fc13 100644 --- a/css/main.scss +++ b/css/main.scss @@ -98,16 +98,23 @@ a { color: var(--head-nav-text-color); } -time.by-line{ +time.by-line { color: var(--table-color); } #menu, #menu::after, -#menu::before{ +#menu::before { background-color: var(--menu-color); } #header img.logo { -margin-left:90px; + margin-left: 122px; } + +#header img.rss-icon { + float: right; + right: 80px; + top: 13px; + position: relative; +} \ No newline at end of file