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

github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBing-Sheng Chen <gundamew@gmail.com>2018-07-03 11:25:25 +0300
committerBing-Sheng Chen <gundamew@gmail.com>2018-07-03 11:25:25 +0300
commitc96f3bc5a6e1e219624a857303270416f2cc2e44 (patch)
treec6732628adaf7cea18c52764e8d74bdc86d7295c
parent8cd96118b312e94d9e9911d5c98c9e69eb700d5d (diff)
Adjust the width of contents
-rw-r--r--layouts/_default/baseof.html2
-rw-r--r--layouts/_default/list.html6
2 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index c61be18..d47773f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,7 +3,7 @@
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
- <div class="mw8 mw8-ns ph4 ph4-ns center mv4">
+ <div class="mw8 mw8-ns ph5 ph5-ns center mv4">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index e8d9e71..bb8f98e 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,7 +1,7 @@
{{ define "main" }}
- <main>
- <h1 class="f2">{{ .Title }}</h1>
- <ul class="list pa0">
+ <main class="mt2">
+ <h1 class="f2 mb4">{{ .Title }}</h1>
+ <ul class="list ph0">
{{ range .Data.Pages }}
<li class="mb4">
<a href="{{ .URL }}" class="link dim dark-blue f4 fw6">{{ .Title }}</a>