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:19:33 +0300
committerFredrik Jonsson <frjo@xdeb.org>2022-05-28 21:19:33 +0300
commit8973c2fd0bef37e73e271f297d85bbb55552b6b0 (patch)
treea09c2fabe5b99138d4edfd5881cdc807b445466a
parent16bcdc744377bb050cce3a8b28763fac0dba5a30 (diff)
Remove display inline-block from site title. Not needed with flex. Part 3.
-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 455f5d7..f7c37e7 100644
--- a/assets/sass/components/header/_header.scss
+++ b/assets/sass/components/header/_header.scss
@@ -24,7 +24,7 @@
// The name of the website.
&__site-name {
- @extend %h1;
+ @include font-size(xxl);
margin: 0;
}