diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/flog/layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flog/layouts/partials/header.html b/themes/flog/layouts/partials/header.html index b519f06..98fe637 100644 --- a/themes/flog/layouts/partials/header.html +++ b/themes/flog/layouts/partials/header.html @@ -14,7 +14,7 @@ <header class="navbar-fixed"> <nav class="teal lighten-2"> <div class="nav-wrapper"> - <a href="/" class="brand-logo">{{ .Title }}</a> + <a href="/" class="brand-logo" style="margin-left: 1rem;">{{ .Title }}</a> <a href="#" data-activates="slide-sections" class="button-collapse"> <i class="material-icons">menu</i> </a> |
