Changed text align to justify on posts text
This commit is contained in:
parent
1f6167c9f2
commit
cc58191c2b
@ -10,3 +10,8 @@
|
|||||||
--accent: #0ae380;
|
--accent: #0ae380;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* override the left-align with justify as it looks better (i think) */
|
||||||
|
.post {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
@ -10,3 +10,8 @@
|
|||||||
--accent: #0ae380;
|
--accent: #0ae380;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* override the left-align with justify as it looks better (i think) */
|
||||||
|
.post {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user