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 | |
| parent | 0cac351f18a2004e6fff294d1e3413baf200ae89 (diff) | |
mobiiliparannuksi footer header ja bänneri etusivulle
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/footer.html | 4 | ||||
| -rw-r--r-- | _includes/header.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index f3b6822..b45e1b9 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,11 +4,11 @@ <h2 class="footer-heading">Yhteistyössä</h2> <div class="footer-col-wrapper"> - <div class="footer-col footer-col-1"> + <a href="http://new.abb.com/fi"><img width="100" style="margin:20px;border:0;" src="{{ site_full_url }}/static/sponsors/ABB.png" alt=""></a> <a href="http://reaktor.com/"><img width="150" style="margin:20px;border:0;" src="{{ site_full_url }}/static/sponsors/reaktor.png" alt=""></a> <a href="http://www.eficode.fi/"><img width="100" style="margin:20px;border:0;" src="{{ site_full_url }}/static/sponsors/eficode.png" alt=""></a> - </div> + </div> </div> 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"> |
