diff options
| author | Saftius | 2022-12-20 23:53:18 +0100 |
|---|---|---|
| committer | Saftius | 2022-12-20 23:53:18 +0100 |
| commit | c48ead6b8b9a4f4a544b5a6f40c445e8418cdab9 (patch) | |
| tree | f1943268cc4ea6065d014e1c3977ab379491a924 | |
| parent | 22bc4782fe14e031f75e3199f525adbf355fe5ee (diff) | |
| download | hugo-theme-fuji-c48ead6b8b9a4f4a544b5a6f40c445e8418cdab9.tar.gz hugo-theme-fuji-c48ead6b8b9a4f4a544b5a6f40c445e8418cdab9.tar.bz2 hugo-theme-fuji-c48ead6b8b9a4f4a544b5a6f40c445e8418cdab9.zip | |
Allow subtitle to wrap
| -rw-r--r-- | assets/scss/_fuji-style/_header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/_fuji-style/_header.scss b/assets/scss/_fuji-style/_header.scss index af70929..c962dbd 100644 --- a/assets/scss/_fuji-style/_header.scss +++ b/assets/scss/_fuji-style/_header.scss @@ -13,7 +13,7 @@ header { .title-sub { margin: 0 0.1rem; display: block; - white-space: nowrap; + white-space: normal; &::-webkit-scrollbar { display: none; // WebKit |
