Justify text by default

This commit is contained in:
Florine W. Dekker 2021-09-11 12:27:58 +02:00
parent e51c026eca
commit 39cfcb51a5
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
3 changed files with 9 additions and 3 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "@fwdekker/template", "name": "@fwdekker/template",
"version": "2.5.1", "version": "2.5.2",
"description": "The base template for pages on fwdekker.com.", "description": "The base template for pages on fwdekker.com.",
"author": "F.W. Dekker", "author": "F.W. Dekker",
"license": "MIT", "license": "MIT",
@ -35,7 +35,7 @@
"grunt-contrib-watch": "^1.1.0", "grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0", "grunt-focus": "^1.0.0",
"grunt-webpack": "^4.0.3", "grunt-webpack": "^4.0.3",
"webpack": "^5.39.1", "webpack": "^5.52.1",
"webpack-cli": "^4.7.2" "webpack-cli": "^4.8.0"
} }
} }

View File

@ -55,3 +55,9 @@ footer {
#footerVersion { #footerVersion {
float: right; float: right;
} }
/* Text */
p {
text-align: justify;
}