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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizalsagi@gmail.com>2018-04-02 18:48:56 +0300
committerYurizal Susanto <rizalsagi@gmail.com>2018-04-02 18:48:56 +0300
commitac4e289358335aa3bc6897e1c90b64f685496e1a (patch)
tree27c5a0e7a5a5ad145b88648778467820cfc6e8b5
parenta618aad932e74985f983d7b7dd0e5d97cb385cee (diff)
Make space around title bigger
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--static/css/ui.css9
2 files changed, 8 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 5af4bec..9d30731 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -15,7 +15,7 @@
{{ end }}
</p>
{{ if ne .Kind "home" }}
- <a href="#">
+ <a href="#brand">
<img class="icon-text" src="/img/toup.svg" alt="To Up"/>
<span>{{ T "toUp" }}</span>
</a>
diff --git a/static/css/ui.css b/static/css/ui.css
index 80e9cde..74a8780 100644
--- a/static/css/ui.css
+++ b/static/css/ui.css
@@ -304,6 +304,11 @@ ul,
ol {
margin-bottom: 2.5rem; }
+#brand {
+ margin-top: 1rem;
+ margin-bottom: 1.2rem;
+}
+
/* #Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-header {
@@ -355,11 +360,11 @@ img {
.no-print {
display: none;
}
-
+
pre > code {
white-space: pre-wrap;
}
-
+
img {
display: block;
width: 80%;