diff --git a/package-lock.json b/package-lock.json index de6e116..d1bc9ed 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 60820cf..a6fdb7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fwdekker/template", - "version": "2.5.1", + "version": "2.5.2", "description": "The base template for pages on fwdekker.com.", "author": "F.W. Dekker", "license": "MIT", @@ -35,7 +35,7 @@ "grunt-contrib-watch": "^1.1.0", "grunt-focus": "^1.0.0", "grunt-webpack": "^4.0.3", - "webpack": "^5.39.1", - "webpack-cli": "^4.7.2" + "webpack": "^5.52.1", + "webpack-cli": "^4.8.0" } } diff --git a/src/main/css/snippets/common.css b/src/main/css/snippets/common.css index c0dcf4e..78b722d 100644 --- a/src/main/css/snippets/common.css +++ b/src/main/css/snippets/common.css @@ -55,3 +55,9 @@ footer { #footerVersion { float: right; } + + +/* Text */ +p { + text-align: justify; +}