feat: Phase 3 Batch 1 — theme tokens, spacing scale, container width (v0.3.1)

This commit is contained in:
null 2026-05-12 02:26:18 -05:00
parent 0b7da4d237
commit 287e2b79f6
3 changed files with 8 additions and 2 deletions

View File

@ -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\"",

View File

@ -35,7 +35,7 @@ a:hover {
}
.container {
max-width: 1200px;
max-width: 1280px;
margin: 0 auto;
padding: 0 16px;
}

View File

@ -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)',