Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html11
1 files changed, 1 insertions, 10 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 3d9c89f..af3d452 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,16 +1,7 @@
<header
style="
- background-color: {{ if not .IsHome}} var(--bgDarker) {{ else }} inherit {{ end }};
- display: block;
- width: 100%;
- height: 50px;
- padding-bottom: 10px;
- margin-bottom: 10px;
- max-width: 960px;
- position: fixed;
- margin: 0;
- top: 0;
box-shadow: {{ if not .IsHome}} 0px 0px 2px 2px black {{ else }} none {{ end }};
+ background-color: {{ if not .IsHome}} var(--bgDarker) {{ else }} inherit {{ end }};
"
>
{{ partial "hamburgerCross.html" . }}{{ if not .IsHome}}