File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export const dynamic = 'force-static';
15
15
// NOTE(jimmylee)
16
16
// https://nextjs.org/docs/app/api-reference/functions/generate-metadata
17
17
export async function generateMetadata ( { params, searchParams } ) {
18
- const title = `${ Package . name } : Concept I ` ;
18
+ const title = `${ Package . name } : Concept II ` ;
19
19
const description = Package . description ;
20
20
const url = 'https://sacred.computer/conept-2' ;
21
21
const handle = '@internetxstudio' ;
Original file line number Diff line number Diff line change 50
50
width : 100% ;
51
51
display : flex ;
52
52
justify-content : space-between ;
53
+
54
+ @media (max-width : 960px ) {
55
+ display : block ;
56
+ }
53
57
}
54
58
55
59
.left {
70
74
.col {
71
75
width : 20% ;
72
76
padding : calc (var (--theme-line-height-base ) * 1rem ) 2ch calc (var (--theme-line-height-base ) * 1rem ) 2ch ;
77
+
78
+ @media (max-width : 960px ) {
79
+ width : 100% ;
80
+ }
73
81
}
74
82
75
83
.col3 {
76
84
width : 60% ;
77
85
padding : calc (var (--theme-line-height-base ) * 1rem ) 2ch calc (var (--theme-line-height-base ) * 1rem ) 2ch ;
86
+
87
+ @media (max-width : 960px ) {
88
+ width : 100% ;
89
+ }
78
90
}
Original file line number Diff line number Diff line change @@ -118,6 +118,8 @@ const PageConceptTwo = (props) => {
118
118
[ 'DATA 23' , 'DATA 24' ] ,
119
119
[ 'DATA 25' , 'DATA 26' ] ,
120
120
[ 'DATA 27' , 'DATA 28' ] ,
121
+ [ 'DATA 29' , 'DATA 30' ] ,
122
+ [ 'DATA 31' , 'DATA 32' ] ,
121
123
] }
122
124
/>
123
125
</ Card >
@@ -154,6 +156,8 @@ const PageConceptTwo = (props) => {
154
156
[ 'DATA 23' , 'DATA 24' ] ,
155
157
[ 'DATA 25' , 'DATA 26' ] ,
156
158
[ 'DATA 27' , 'DATA 28' ] ,
159
+ [ 'DATA 29' , 'DATA 30' ] ,
160
+ [ 'DATA 31' , 'DATA 32' ] ,
157
161
] }
158
162
/>
159
163
</ Card >
You can’t perform that action at this time.
0 commit comments