summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-09-01 14:27:28 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-09-01 14:27:28 +0200
commit7fd03117de4889b92dfc93a0275ea2d1864bcffc (patch)
treed8a95d64db6e287ace52df71558d26dbdb67e2e5
parent95d53d84016df0aae4b7da6ebff34574cb13aa56 (diff)
downloadpragblog-7fd03117de4889b92dfc93a0275ea2d1864bcffc.tar.gz
pragblog-7fd03117de4889b92dfc93a0275ea2d1864bcffc.zip
fix navbar on top
-rw-r--r--themes/flog/layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flog/layouts/partials/header.html b/themes/flog/layouts/partials/header.html
index 8933c5c..b519f06 100644
--- a/themes/flog/layouts/partials/header.html
+++ b/themes/flog/layouts/partials/header.html
@@ -11,7 +11,7 @@
</head>
<body style="background: url(/background.jpg); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;">
<div id="main">
- <header>
+ <header class="navbar-fixed">
<nav class="teal lighten-2">
<div class="nav-wrapper">
<a href="/" class="brand-logo">{{ .Title }}</a>