From 42c5e2be0777a1bd72aa53bdf3c211075793a6e8 Mon Sep 17 00:00:00 2001 From: towfiqi Date: Sat, 9 Nov 2024 20:32:28 +0600 Subject: [PATCH] feat: Makes Content width a little wider. --- styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index 7c2c39f..54a4289 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -8,6 +8,10 @@ body { background-color: #f8f9ff; } +.max-w-7xl { + max-width: 90rem; +} + .domKeywords { /* min-height: 70vh; */ border-color: #e9ebff;