From 1ddc96e69c14b86fb39567c48f463ebe09ce8b3f Mon Sep 17 00:00:00 2001 From: "jacek.lebioda" <jacek.lebioda@uni.lu> Date: Thu, 27 Jun 2019 09:22:35 +0200 Subject: [PATCH] Improved the header --- _includes/header.html | 6 +++++- _sass/elixir/_layout.scss | 2 +- elixir-theme.gemspec | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 33544bd..453cef1 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,7 +1,11 @@ <header id="site-header" role="banner" aria-label="Site header"> <div id="site-header-wrapper"> <ul> - <li><img src="https://elixir-europe.org/system/files/white-orange-logo.png" /></li> + <li> + <a href="{{ site.baseurl }}/"> + <img src="https://elixir-europe.org/system/files/white-orange-logo.png" title="ELIXIR logo" /> + </a> + </li> <li><a href="{{ site.baseurl }}/about-node" {% if page.section == 'About' %} class="active" {% endif %} > About</a> diff --git a/_sass/elixir/_layout.scss b/_sass/elixir/_layout.scss index 1dbcdc9..b2d01af 100644 --- a/_sass/elixir/_layout.scss +++ b/_sass/elixir/_layout.scss @@ -27,7 +27,7 @@ a { display: block; white-space: nowrap; - padding: 2px 12px; + padding: 5px 16px; margin-left: 0; color: #fefefe; transition: color 0.25s; diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index 9cbdffe..faffab4 100644 --- a/elixir-theme.gemspec +++ b/elixir-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "elixir-theme" - spec.version = "0.1.9" + spec.version = "0.1.10" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"] -- GitLab