summaryrefslogtreecommitdiffstats
path: root/assets/scss/_fuji-style/_content.scss
diff options
context:
space:
mode:
authorSaftius2022-12-21 00:57:42 +0100
committerSaftius2022-12-21 00:57:42 +0100
commit52481dc0606c98f2fc19b6ec63ebc28a708c4546 (patch)
tree1d793cb2a611c0d43dcef303ca867c8d0c7f4476 /assets/scss/_fuji-style/_content.scss
parentc48ead6b8b9a4f4a544b5a6f40c445e8418cdab9 (diff)
downloadhugo-theme-fuji-52481dc0606c98f2fc19b6ec63ebc28a708c4546.tar.gz
hugo-theme-fuji-52481dc0606c98f2fc19b6ec63ebc28a708c4546.tar.bz2
hugo-theme-fuji-52481dc0606c98f2fc19b6ec63ebc28a708c4546.zip
Allow .post-meta span to wrap
Diffstat (limited to 'assets/scss/_fuji-style/_content.scss')
-rw-r--r--assets/scss/_fuji-style/_content.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/scss/_fuji-style/_content.scss b/assets/scss/_fuji-style/_content.scss
index 4c06c45..1d2bb8c 100644
--- a/assets/scss/_fuji-style/_content.scss
+++ b/assets/scss/_fuji-style/_content.scss
@@ -26,6 +26,7 @@
span {
display: flex;
align-items: center;
+ flex-wrap: wrap;
}
span:not(:last-child) {