Skip to content

Commit

Permalink
Changed header layout
Browse files Browse the repository at this point in the history
  • Loading branch information
amelandri committed Apr 30, 2024
1 parent 8f056c8 commit 1fbb02e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ <h3 class="masthead-title">
<a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a>
</h3>
<div class="masthead-tagline">
IT Project Manager, strimpello la chitarra, fotografo particolari insignificanti, studio la Lingua dei Segni Italiana. Follow me on <a href="https://mastodon.uno/@alemelandri" rel="me"><i class="fa-brands fa-mastodon"></i> Mastodon</a> or <a href="https://www.linkedin.com/in/alessandromelandri/"><i class="fa-brands fa-linkedin"></i> Linkedin</a>
IT Project Manager, strimpello la chitarra, fotografo particolari insignificanti, studio la Lingua dei Segni Italiana.
</div>

<div class="menu">
<a href="/about">About</a>
<a href="/archive">Archive</a>
<a href="https://www.linkedin.com/in/alessandromelandri/" class="menuright"><i class="fa-brands fa-linkedin"></i> Linkedin</a>
<a href="https://mastodon.uno/@alemelandri" rel="me" class="menuright"><i class="fa-brands fa-mastodon"></i> Mastodon</a>
</div>

</header>
Expand Down
6 changes: 6 additions & 0 deletions _sass/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 1fbb02e

Please sign in to comment.