From 1fbb02eff2db24e3371c300436bcd3571a855d26 Mon Sep 17 00:00:00 2001 From: Alessandro Melandri Date: Tue, 30 Apr 2024 09:16:30 +0200 Subject: [PATCH] Changed header layout --- _layouts/default.html | 4 +++- _sass/_masthead.scss | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 3ed5008bf4..6e026786bc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,12 +12,14 @@

{{ site.title }}

- IT Project Manager, strimpello la chitarra, fotografo particolari insignificanti, studio la Lingua dei Segni Italiana. Follow me on Mastodon or Linkedin + IT Project Manager, strimpello la chitarra, fotografo particolari insignificanti, studio la Lingua dei Segni Italiana.
diff --git a/_sass/_masthead.scss b/_sass/_masthead.scss index a1aedb5b7b..2f3a761a09 100644 --- a/_sass/_masthead.scss +++ b/_sass/_masthead.scss @@ -34,4 +34,10 @@ padding: 0.3rem 0.6rem; border-radius: 0.4rem; margin-right: 0.5rem; +} + +.menuright{ + float: right; + border-width: 0 !important; + color: #585858; } \ No newline at end of file