From 09134ac7cfece0e04078786b1f99689384265cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Tue, 9 Sep 2025 15:00:54 +0300 Subject: [PATCH] Update style in Nginx default page --- files/nginx/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/files/nginx/index.html b/files/nginx/index.html index 3edfb20..c19a6f9 100644 --- a/files/nginx/index.html +++ b/files/nginx/index.html @@ -29,6 +29,7 @@ align-items: center; justify-content: center; text-align: center; + flex-direction: column; } *, *:active, *:focus, *:hover, *:visited, *:link { @@ -40,6 +41,12 @@ width: 50%; } + ul { + font-size: 1.5rem; + list-style-type: none; + padding-left: 0; + } + p { margin-bottom: 0px; margin-top: 0px; @@ -51,12 +58,9 @@ } footer { + color: #555555 !important; margin-top: 50px; } - - footer * { - color: #555555; - }