diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-09-01 14:53:35 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-09-01 14:53:35 +0200 |
| commit | a587291a91c3d85e90e6aa01dc089406a57dd681 (patch) | |
| tree | 5fdaf1cbb331892f534c33f5870dbdd5160f460c /themes | |
| parent | 72b2210b659295b44eb6fc0d84c9367d5e58b336 (diff) | |
| download | pragblog-a587291a91c3d85e90e6aa01dc089406a57dd681.tar.gz pragblog-a587291a91c3d85e90e6aa01dc089406a57dd681.zip | |
pad logo left
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> |
