diff options
author | hellekin <how@cepheide.org> | 2024-02-20 10:41:49 +0100 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-02-20 10:41:49 +0100 |
commit | dcc691ca6c6e94d70b75c4ea6bec0cbef8ed93a1 (patch) | |
tree | b149510f3de4e5677e844ecd44a22d222129446a /assets/scss | |
parent | 6abc2690398b1ed2279a9d93a33ab0e3718b99bf (diff) | |
download | lesoiseaux.io-dcc691ca6c6e94d70b75c4ea6bec0cbef8ed93a1.tar.gz |
Add tagline CSSv1.4.0
Diffstat (limited to 'assets/scss')
-rw-r--r-- | assets/scss/_txt.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/scss/_txt.scss b/assets/scss/_txt.scss index 293a0b9..d28d3f1 100644 --- a/assets/scss/_txt.scss +++ b/assets/scss/_txt.scss @@ -42,3 +42,8 @@ body.txt { .phonetic { font-family: "Noto Sans"; } + +h3 + p.tagline { + font-style: italic; + margin-top: -2rem; +} |