diff options
| author | norrinorri <noora.vanttine@gmail.com> | 2017-09-07 19:50:42 +0300 |
|---|---|---|
| committer | norrinorri <noora.vanttine@gmail.com> | 2017-09-07 19:50:42 +0300 |
| commit | f54b993a112a88bc4c7d7f813d18f86258bdbc6a (patch) | |
| tree | d3d2a99b8ce7fdebb92b257c5ccdcf87d257e37d /_includes/header.html | |
| parent | 0cac351f18a2004e6fff294d1e3413baf200ae89 (diff) | |
mobiiliparannuksi footer header ja bänneri etusivulle
Diffstat (limited to '_includes/header.html')
| -rw-r--r-- | _includes/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html index f8cc6c4..9c5ab06 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,8 +1,8 @@ <header class="site-header"> <div class="header__title"> - <h1> - <a class="site-title" href="{{ site.baseurl }}/"><img src="{{ site_full_url }}/static/aswhite.png"/ height="40px" style="margin:20px ">{{ site.title }}</a> + <h1 style="margin-bottom: 0px !important;"> + <a class="site-title" href="{{ site.baseurl }}/"><img src="{{ site_full_url }}/static/aswhite.png"/ height="40px" style="margin:20px "><span class="mobile_hide">{{ site.title }}</span></a> </h1> </div> <nav class="navigation header__navigation"> |
