int-components 0.0.18 → 0.0.20

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/dist/index.css CHANGED
@@ -1194,13 +1194,13 @@
1194
1194
  .HotelsSection-module__hotels--hGJyx {
1195
1195
  max-width: 1392px;
1196
1196
  margin-inline: auto;
1197
- padding-bottom: 60em;
1197
+ margin-bottom: 60em;
1198
1198
  }
1199
1199
 
1200
1200
  @media (min-width: 1152px) {
1201
1201
 
1202
1202
  .HotelsSection-module__hotels--hGJyx {
1203
- padding-bottom: 100em;
1203
+ margin-bottom: 100em;
1204
1204
  }
1205
1205
  }
1206
1206
 
@@ -1208,7 +1208,8 @@
1208
1208
  display: flex;
1209
1209
  flex-direction: column;
1210
1210
  gap: 16em;
1211
- padding: 45em 16em;
1211
+ padding: 0 16em;
1212
+ margin: 45em 0;
1212
1213
  }
1213
1214
 
1214
1215
  @media (min-width: 500px) {
@@ -1222,8 +1223,8 @@
1222
1223
 
1223
1224
  .HotelsSection-module__hotelsHeader--l_Qr5 {
1224
1225
  gap: 28em;
1225
- padding-top: 80em;
1226
- padding-bottom: 80em;
1226
+ margin-top: 80em;
1227
+ margin-bottom: 80em;
1227
1228
  }
1228
1229
  }
1229
1230
 
@@ -1194,13 +1194,13 @@
1194
1194
  .HotelsSection-module__hotels--hGJyx {
1195
1195
  max-width: 1392px;
1196
1196
  margin-inline: auto;
1197
- padding-bottom: 60em;
1197
+ margin-bottom: 60em;
1198
1198
  }
1199
1199
 
1200
1200
  @media (min-width: 1152px) {
1201
1201
 
1202
1202
  .HotelsSection-module__hotels--hGJyx {
1203
- padding-bottom: 100em;
1203
+ margin-bottom: 100em;
1204
1204
  }
1205
1205
  }
1206
1206
 
@@ -1208,7 +1208,8 @@
1208
1208
  display: flex;
1209
1209
  flex-direction: column;
1210
1210
  gap: 16em;
1211
- padding: 45em 16em;
1211
+ padding: 0 16em;
1212
+ margin: 45em 0;
1212
1213
  }
1213
1214
 
1214
1215
  @media (min-width: 500px) {
@@ -1222,8 +1223,8 @@
1222
1223
 
1223
1224
  .HotelsSection-module__hotelsHeader--l_Qr5 {
1224
1225
  gap: 28em;
1225
- padding-top: 80em;
1226
- padding-bottom: 80em;
1226
+ margin-top: 80em;
1227
+ margin-bottom: 80em;
1227
1228
  }
1228
1229
  }
1229
1230
 
@@ -157,13 +157,13 @@
157
157
  .HotelsSection-module__hotels--hGJyx {
158
158
  max-width: 1392px;
159
159
  margin-inline: auto;
160
- padding-bottom: 60em;
160
+ margin-bottom: 60em;
161
161
  }
162
162
 
163
163
  @media (min-width: 1152px) {
164
164
 
165
165
  .HotelsSection-module__hotels--hGJyx {
166
- padding-bottom: 100em;
166
+ margin-bottom: 100em;
167
167
  }
168
168
  }
169
169
 
@@ -171,7 +171,8 @@
171
171
  display: flex;
172
172
  flex-direction: column;
173
173
  gap: 16em;
174
- padding: 45em 16em;
174
+ padding: 0 16em;
175
+ margin: 45em 0;
175
176
  }
176
177
 
177
178
  @media (min-width: 500px) {
@@ -185,8 +186,8 @@
185
186
 
186
187
  .HotelsSection-module__hotelsHeader--l_Qr5 {
187
188
  gap: 28em;
188
- padding-top: 80em;
189
- padding-bottom: 80em;
189
+ margin-top: 80em;
190
+ margin-bottom: 80em;
190
191
  }
191
192
  }
192
193
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "int-components",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "type": "module",
5
5
  "sideEffects": [
6
6
  "**/*.css"