chore(reset.css): set text-align: justify; for paragraph and header tags
This commit is contained in:
parent
dd2ba59ca0
commit
353136b94e
3 changed files with 4 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "1.2.13",
|
||||
"version": "1.2.14",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "1.2.13",
|
||||
"version": "1.2.14",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"minisearch": "^7.1.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "1.2.13",
|
||||
"version": "1.2.14",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
|
|
@ -85,6 +85,7 @@ ol {
|
|||
:where(p, h1, h2, h3) {
|
||||
overflow-wrap: break-word;
|
||||
text-wrap: pretty;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
:where(hr) {
|
||||
|
|
Loading…
Reference in a new issue