diff options
| -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 %} |
