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

github.com/frjo/hugo-theme-zen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Jonsson <frjo@xdeb.org>2022-05-28 21:24:28 +0300
committerFredrik Jonsson <frjo@xdeb.org>2022-05-28 21:25:22 +0300
commit196979ca6173973beade6fa4542b5efb038d4c10 (patch)
tree455117f3221926b30038a4b5027e047eb521dd2e
parent8973c2fd0bef37e73e271f297d85bbb55552b6b0 (diff)
Site name line height.
-rw-r--r--assets/sass/components/header/_header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/components/header/_header.scss b/assets/sass/components/header/_header.scss
index f7c37e7..0838007 100644
--- a/assets/sass/components/header/_header.scss
+++ b/assets/sass/components/header/_header.scss
@@ -24,8 +24,8 @@
// The name of the website.
&__site-name {
- @include font-size(xxl);
margin: 0;
+ line-height: 1.5;
}
// The link around the name of the website.