Un-justify text

This commit is contained in:
Florine W. Dekker 2021-09-11 12:53:38 +02:00
parent 1f0a7df0db
commit 7e289927de
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "2.5.3",
"version": "2.5.4",
"description": "The base template for pages on fwdekker.com.",
"author": "F.W. Dekker",
"license": "MIT",

View File

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