aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/base.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2016-07-02 10:22:42 -0600
committerGitHub <noreply@github.com>2016-07-02 10:22:42 -0600
commitff8412aa11f221fe0326730cece398a8c3bc0bf6 (patch)
treeacab8e0dba8e30ee32d2f7e4e33eabe36e698641 /pelican-bootstrap3/templates/base.html
parentfb3b91cf2e46779dd23197f72c9396ddf0099cef (diff)
parent35d54746404b6ddcca5a47ba58d4abc2ce24226c (diff)
downloadpelican-themes-ff8412aa11f221fe0326730cece398a8c3bc0bf6.zip
pelican-themes-ff8412aa11f221fe0326730cece398a8c3bc0bf6.tar.gz
pelican-themes-ff8412aa11f221fe0326730cece398a8c3bc0bf6.tar.bz2
Merge pull request #398 from bnice5000/CSS_Fixes
pelican-bootstrap3: CSS fixes
Diffstat (limited to 'pelican-bootstrap3/templates/base.html')
-rw-r--r--pelican-bootstrap3/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html
index cbbed8a..7c041d5 100644
--- a/pelican-bootstrap3/templates/base.html
+++ b/pelican-bootstrap3/templates/base.html
@@ -114,7 +114,7 @@
</button>
{% endif %}
<a href="{{ SITEURL }}/" class="navbar-brand">
- {% if SITELOGO %}<img src="{{ SITEURL }}/{{ SITELOGO }}" width="{{ SITELOGO_SIZE }}"/> {% endif %}
+ {% if SITELOGO %}<img class="img-responsive pull-left gap-right" src="{{ SITEURL }}/{{ SITELOGO }}" width="{{ SITELOGO_SIZE }}"/> {% endif %}
{% if not HIDE_SITENAME %}{{ SITENAME }}{% endif %}
</a>
</div>