mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 20:24:18 -04:00
(blog)(design) use text-wrap: balance;
This commit is contained in:
parent
f3da4b70b4
commit
a5ce601752
@ -5,7 +5,7 @@
|
||||
<nuxt-link v-if="post.hero" :to="generateLink(post.slug)" class="">
|
||||
<img :src="post.hero" class="w-100" loading="lazy">
|
||||
</nuxt-link>
|
||||
<nuxt-link :to="generateLink(post.slug)" class="card-body text-center h4 p-3 mb-0">
|
||||
<nuxt-link :to="generateLink(post.slug)" class="card-body text-center h4 p-3 mb-0 post-title">
|
||||
<Spelling :text="post.title" />
|
||||
</nuxt-link>
|
||||
<div v-if="details" class="card-footer small">
|
||||
@ -91,4 +91,7 @@ export default {
|
||||
.columnist-wall > .columnist-column {
|
||||
transition: margin-top .2s ease-in-out;
|
||||
}
|
||||
.post-title {
|
||||
text-wrap: balance;
|
||||
}
|
||||
</style>
|
||||
|
@ -75,6 +75,7 @@ export default {
|
||||
|
||||
h1 {
|
||||
text-align: left;
|
||||
text-wrap: balance;
|
||||
}
|
||||
|
||||
img {
|
||||
|
Loading…
x
Reference in New Issue
Block a user