diff --git a/_sass/klise/_layout.scss b/_sass/klise/_layout.scss index e052828..3d2f18b 100644 --- a/_sass/klise/_layout.scss +++ b/_sass/klise/_layout.scss @@ -247,6 +247,8 @@ } .post-item-title { + flex-basis: max-content; + flex-grow: 1; margin: 0; border: 0; padding: 0; @@ -263,6 +265,15 @@ } } } + + .post-item-excerpt { + flex-basis: min-content; + flex-grow: 4; + + text-align: justify; + line-height: 1.3; + color: $gray; + } } // Footer diff --git a/_sass/klise/_post.scss b/_sass/klise/_post.scss index d4f8172..95f14fd 100644 --- a/_sass/klise/_post.scss +++ b/_sass/klise/_post.scss @@ -50,6 +50,7 @@ // Post meta .post-meta { + text-align: justify; padding-top: 3px; line-height: 1.3; color: $gray; diff --git a/collections/_mods/mouse-wheelie.md b/collections/_mods/mouse-wheelie.md index e5d82b0..17bfd1d 100644 --- a/collections/_mods/mouse-wheelie.md +++ b/collections/_mods/mouse-wheelie.md @@ -3,6 +3,6 @@ name: Mouse Wheelie slug: mouse-wheelie curseforge: mouse-wheelie modrinth: mouse-wheelie -excerpt: A mod extending the mouse wheel and inventory interactions. +excerpt: A mod extending the mouse wheel and inventory interactions — e.g. scrolling, refilling and sorting. --- diff --git a/modding.html b/modding.html index e4646b5..79585f9 100644 --- a/modding.html +++ b/modding.html @@ -10,14 +10,21 @@ comments: false