From 3b2d975e9893a87bfb2ff4e314ce7a41c8fe0c69 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 9 Jan 2023 16:09:18 -0800 Subject: [PATCH] switch center-div to fit-content Signed-off-by: Arthur Lu --- index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 576a577..b6f1a53 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@

tronnet

Affordable custom server solutions.

-
+

Cluster Directory

diff --git a/style.css b/style.css index 1cd44c2..8038564 100644 --- a/style.css +++ b/style.css @@ -31,7 +31,7 @@ p { .center-div { min-width: 480px; max-width: 50%; - width: min-content; + width: fit-content; margin-left: auto; margin-right: auto; }