From e8cb082f8188a3f986ab6a1ca1e942386fb7bef1 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Sun, 28 Jan 2024 19:59:46 +0100 Subject: [PATCH] centering profile things --- styles/global.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/global.css b/styles/global.css index 5fec8dc..47b3edc 100644 --- a/styles/global.css +++ b/styles/global.css @@ -100,4 +100,6 @@ nav ul li a { .container { display: grid; grid-template-columns: auto auto auto; + width: 80%; + margin: auto; } \ No newline at end of file