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

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2022-03-23 23:20:40 +0300
committerGitHub <noreply@github.com>2022-03-23 23:20:40 +0300
commit85f5d63f29087deb3ebf379352947fd789533c2c (patch)
treedd129f10aba70d82b473dee2a598d0330dced304 /src
parent6dbc315a995082dd6990bb7c0938aa0f2ca4058d (diff)
fix: fix missing spaces while using links in headlines (#224)
Diffstat (limited to 'src')
-rw-r--r--src/sass/_base.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sass/_base.scss b/src/sass/_base.scss
index be72ec1..dd7d855 100644
--- a/src/sass/_base.scss
+++ b/src/sass/_base.scss
@@ -104,8 +104,6 @@ h4,
h5,
h6 {
font-weight: 600;
- display: flex;
- align-items: center;
}
h4,