diff options
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"> |
