From 50959b2cfc53489b967316c74c3caf4f8c40a9c1 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 20 Apr 2019 13:42:56 +0300 Subject: [PATCH] Justify text --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 2ebd652..7c66a77 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -77,6 +77,10 @@ h6, .h6 { font-family: "Open Sans Condensed", "Roboto Condensed", "Pt Sans Narrow", "Oswald", "Georgia",Arial,sans-serif; } +p { + text-align: justify; +} + #aboutme { padding-top: 0px; padding-bottom: 5px;