mayak-common-library 0.0.615 → 0.0.617
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 +1 -1
- package/tailwind.config.js +4 -0
package/package.json
CHANGED
package/tailwind.config.js
CHANGED
|
@@ -93,6 +93,9 @@ module.exports = {
|
|
|
93
93
|
160: '160%',
|
|
94
94
|
167: '167%',
|
|
95
95
|
},
|
|
96
|
+
objectPosition: {
|
|
97
|
+
'100-bottom': '100px bottom',
|
|
98
|
+
},
|
|
96
99
|
colors: {
|
|
97
100
|
gold2: '#99835F', // Define your gold color here
|
|
98
101
|
gold: '#C8BCA1', // Define your gold color here
|
|
@@ -129,6 +132,7 @@ module.exports = {
|
|
|
129
132
|
raw: '(orientation: landscape) and (max-width: 1200px) and (max-height: 580px)',
|
|
130
133
|
},
|
|
131
134
|
'sm-only': { min: '650px', max: '750px' },
|
|
135
|
+
'800-900': { min: '800px', max: '900px' },
|
|
132
136
|
},
|
|
133
137
|
},
|
|
134
138
|
},
|