feat: layout

This commit is contained in:
2025-11-17 22:25:04 +08:00
parent e89c9a652f
commit 0a0c78635a
16 changed files with 747 additions and 39 deletions

View File

@@ -1 +1,7 @@
@import 'node_modules/modern-normalize/modern-normalize.css';
@import "modern-normalize";
@import "./reset.css";
:root {
--layout-width: 1200px;
}