style: optimize home article text display
This commit is contained in:
parent
db103a64c7
commit
ff7ca273f4
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
.home-content-container {
|
.home-content-container {
|
||||||
|
|
||||||
.home-article-list {
|
.home-article-list {
|
||||||
|
@ -45,9 +44,13 @@
|
||||||
|
|
||||||
|
|
||||||
.home-article-content {
|
.home-article-content {
|
||||||
text-align: justify;
|
word-wrap: break-word;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
|
|
||||||
|
+keep-mobile() {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue