From 287e2b79f603b2b92bfaee2134b57997ce34ab72 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 12 May 2026 02:26:18 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20Phase=203=20Batch=201=20=E2=80=94=20the?= =?UTF-8?q?me=20tokens,=20spacing=20scale,=20container=20width=20(v0.3.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/index.css | 2 +- tailwind.config.js | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 62814c4..af8702a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "queuenorth-website", "private": true, - "version": "0.3.0", + "version": "0.3.1", "type": "module", "scripts": { "dev": "concurrently \"vite\" \"node server/index.js\"", diff --git a/src/index.css b/src/index.css index 27fb47d..3d311af 100644 --- a/src/index.css +++ b/src/index.css @@ -35,7 +35,7 @@ a:hover { } .container { - max-width: 1200px; + max-width: 1280px; margin: 0 auto; padding: 0 16px; } diff --git a/tailwind.config.js b/tailwind.config.js index ba24df1..8fa6df3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -31,7 +31,13 @@ export default { spacing: { '18': '4.5rem', '22': '5.5rem', + '24': '6rem', '26': '6.5rem', + '28': '7rem', + '32': '8rem', + '36': '9rem', + '40': '10rem', + '48': '12rem', }, boxShadow: { 'sm': '0 1px 2px 0 rgb(0 0 0 / 0.05)',