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 20:35:22 +0300
committerFredrik Jonsson <frjo@xdeb.org>2022-05-28 20:35:22 +0300
commit97c33778a0ef81bf28f6b878fd5b973cffc2eed7 (patch)
treee193c33a6bd24ae9a84aadc45c8b953ceb45f8c0
parentcf58f0e200860006e83bfb9a93fd8ad7b5fd07e4 (diff)
Remove display inline-block from site title. Not needed with flex.
-rw-r--r--assets/sass/components/header/_header.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/sass/components/header/_header.scss b/assets/sass/components/header/_header.scss
index f5c43b1..64b9723 100644
--- a/assets/sass/components/header/_header.scss
+++ b/assets/sass/components/header/_header.scss
@@ -24,7 +24,6 @@
&__site-name {
@extend %h1;
margin: 0;
- display: inline-block;
}
// The link around the name of the website.