We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d817e commit 8f6002aCopy full SHA for 8f6002a
1 file changed
app/(default_site)/test/page.tsx
@@ -31,6 +31,31 @@ export default function Home() {
31
{/* landing */}
32
<Landing />
33
34
+<div className="w-full flex flex-col items-center">
35
+ <div className="w-full max-w-2xl text-xs bg-amber-700 mt-20">
36
+ 2
37
+ </div>
38
+
39
+ <div className="w-full max-w-3xl text-xs bg-amber-700 mt-20">
40
+ 3
41
42
43
+ <div className="w-full max-w-4xl text-xs bg-amber-700 mt-20">
44
+ 4
45
46
47
+ <div className="w-full max-w-5xl text-xs bg-amber-700 mt-20">
48
+ 5
49
50
51
+ <div className="w-full max-w-6xl text-xs bg-amber-700 mt-20">
52
+ 6
53
54
55
+ <div className="w-full max-w-7xl text-xs bg-amber-700 mt-20">
56
+ 7
57
58
+</div>
59
60
61
</div>
0 commit comments