Do not justify outside of .container

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

View File

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

View File

@ -58,6 +58,6 @@ footer {
/* Text */
p {
.container p {
text-align: justify;
}