mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -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="">
|
<nuxt-link v-if="post.hero" :to="generateLink(post.slug)" class="">
|
||||||
<img :src="post.hero" class="w-100" loading="lazy">
|
<img :src="post.hero" class="w-100" loading="lazy">
|
||||||
</nuxt-link>
|
</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" />
|
<Spelling :text="post.title" />
|
||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
<div v-if="details" class="card-footer small">
|
<div v-if="details" class="card-footer small">
|
||||||
@ -91,4 +91,7 @@ export default {
|
|||||||
.columnist-wall > .columnist-column {
|
.columnist-wall > .columnist-column {
|
||||||
transition: margin-top .2s ease-in-out;
|
transition: margin-top .2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
.post-title {
|
||||||
|
text-wrap: balance;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -75,6 +75,7 @@ export default {
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
text-wrap: balance;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user