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

github.com/forestryio/hugo-theme-novela.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Taillandier <frank@forestry.io>2020-10-01 02:24:01 +0300
committerGitHub <noreply@github.com>2020-10-01 02:24:01 +0300
commit434ddd1f7cfe1397a3c257c93818db2d7db7e23e (patch)
treec239d7801721c06a0a803c71c8da2f131443bee0
parentcc6dc03f20edb51a5ed27109da2c61794e78211f (diff)
parent9ad0165ca258c44e4705ad5dc4690fd426e1b55d (diff)
Merge pull request #58 from yunussandikci/master
Fix maxWidth
-rw-r--r--layouts/partials/articles/hero.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/articles/hero.html b/layouts/partials/articles/hero.html
index 8f53bbc..c49258d 100644
--- a/layouts/partials/articles/hero.html
+++ b/layouts/partials/articles/hero.html
@@ -1,5 +1,5 @@
<Section class="section" relative id="Articles__Hero">
- <div class="heading-container" style="maxWidth: {{ .Page.Params.hero.maxWidthPX }}px;">
+ <div class="heading-container" style="max-width: {{ .Page.Params.hero.maxWidthPX }}px;">
<h1 class="hero-heading">{{ .Page.Params.hero.heading }}</h1>
</div>
<div class="subheading-container">
@@ -16,4 +16,4 @@
</Section>
{{ $script := resources.Get "js/toggleLayout.js" }}
-<script src="{{ $script.RelPermalink }}"></script> \ No newline at end of file
+<script src="{{ $script.RelPermalink }}"></script>