diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-19 17:13:52 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-19 17:13:52 +0200 |
| commit | 93c8933ed8d375727a262d6e4a128edef6f7ebf2 (patch) | |
| tree | 0c0772ec449bb13d6ea26dea9846c627d8309270 /templates | |
| parent | 0d8a14c81358beebaf56a68f78d6d0861ece5512 (diff) | |
| download | jokevote-93c8933ed8d375727a262d6e4a128edef6f7ebf2.tar.gz jokevote-93c8933ed8d375727a262d6e4a128edef6f7ebf2.zip | |
hide logo on small devices
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index d7c0fb6..2332fcf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@ <header> <div class="navbar-fixed"> <nav class="nav-wrapper"> - <a href="#" class="left brand-logo">Lehrersprüche</a> + <a href="#" class="hide-on-small-only left brand-logo">Lehrersprüche</a> <ul class="right"> <li> {% if user.loggedin %} |
