Updated global

This commit is contained in:
Laux Dev
2026-02-23 15:52:10 +08:00
parent 275593d754
commit 13d420282e
3 changed files with 9 additions and 19 deletions

View File

@@ -13,8 +13,6 @@
min-height: 100vh;
align-items: center;
justify-content: center;
font-family: var(--font-geist-sans);
background-color: var(--background);
}
.main {
@@ -25,7 +23,6 @@
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
background-color: var(--foreground);
padding: 120px 60px;
}