From 34b89f42c737955e510ba058a126b33cba6d2bb6 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 27 Dec 2023 16:23:15 +0200 Subject: Minor style changes --- src/css/akn.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/css/akn.css b/src/css/akn.css index a16c1b3..e5e6532 100644 --- a/src/css/akn.css +++ b/src/css/akn.css @@ -16,9 +16,9 @@ body { word-break: break-all; padding: 1%; - background-color: #1a1a1a; font-family: 'Hack Nerd Font'; font-size: medium; + background-color: #1a1a1a; color: #7ef07e; display: block; margin: auto; @@ -39,8 +39,9 @@ div { } p { + word-break: break-word; text-align: justify; - margin: 0px; + /* margin: 0px; */ } a { @@ -80,6 +81,8 @@ a:hover{ #menu a {display:inline-block;} +.footer p { margin: 0px; } + .footer { text-align: center; } -- cgit v1.2.3