From 12967f125f5963b9c90efe0ce7412dedce347a84 Mon Sep 17 00:00:00 2001 From: BurnyLlama Date: Sat, 29 Jan 2022 11:48:29 +0100 Subject: [PATCH] Removed all 'text-align: justify;' --- assets/css/landing.css | 1 - assets/css/theme.css | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/css/landing.css b/assets/css/landing.css index 3189fe7..227df06 100644 --- a/assets/css/landing.css +++ b/assets/css/landing.css @@ -96,7 +96,6 @@ nav > a:hover { .service > p { margin: 1rem auto; - text-align: left; } .buttons { diff --git a/assets/css/theme.css b/assets/css/theme.css index 5c67fbf..90f40a3 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -65,7 +65,6 @@ h6 { p { margin: .5em 0 .25em 0; - text-align: justify; overflow-wrap: break-word; } @@ -170,4 +169,4 @@ img.logo { margin: 1rem auto; width: 30%; box-shadow: none; -} \ No newline at end of file +}