From: Duje Mihanović Date: Thu, 17 Aug 2023 17:47:36 +0000 (+0200) Subject: Justify all text in
tags X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=807bf4224feba456a528228708da885ce0f35b5a;p=dujemihanovic.xyz.git Justify all text in
tags --- diff --git a/assets/css/style.css b/assets/css/style.css index e3ad693..93c57d6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -42,6 +42,11 @@ main { display: flex; flex-direction: column; align-items: center; + text-align: justify; +} + +h1 { + text-align: center; } footer {