@tidecloak/create-nextjs 0.12.15 → 0.12.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -95,7 +95,7 @@ const cardStyle = {
|
|
|
95
95
|
borderRadius: '8px',
|
|
96
96
|
boxShadow: '0 4px 12px rgba(0,0,0,0.1)',
|
|
97
97
|
textAlign: 'center',
|
|
98
|
-
maxWidth: '
|
|
98
|
+
maxWidth: '660px',
|
|
99
99
|
width: '100%',
|
|
100
100
|
}
|
|
101
101
|
|
|
@@ -109,3 +109,4 @@ const buttonStyle = {
|
|
|
109
109
|
color: '#fff',
|
|
110
110
|
cursor: 'pointer',
|
|
111
111
|
}
|
|
112
|
+
|
|
@@ -95,7 +95,7 @@ const cardStyle: React.CSSProperties = {
|
|
|
95
95
|
borderRadius: '8px',
|
|
96
96
|
boxShadow: '0 4px 12px rgba(0,0,0,0.1)',
|
|
97
97
|
textAlign: 'center',
|
|
98
|
-
maxWidth: '
|
|
98
|
+
maxWidth: '660px',
|
|
99
99
|
width: '100%',
|
|
100
100
|
}
|
|
101
101
|
|
|
@@ -109,3 +109,4 @@ const buttonStyle: React.CSSProperties = {
|
|
|
109
109
|
color: '#fff',
|
|
110
110
|
cursor: 'pointer',
|
|
111
111
|
}
|
|
112
|
+
|