@appartmint/mint 1.0.14 → 1.0.15

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/css/mint.css CHANGED
@@ -1362,6 +1362,20 @@ main > router-outlet + * {
1362
1362
  justify-content: center;
1363
1363
  flex-grow: 1;
1364
1364
  width: 100%;
1365
+ padding: 0.25rem;
1366
+ }
1367
+ main > router-outlet + * {
1368
+ padding: 4px;
1369
+ }
1370
+ @media (min-width: 480px) {
1371
+ main > router-outlet + * {
1372
+ padding: calc(4px + 12 * ((100vw - 480px) / 288));
1373
+ }
1374
+ }
1375
+ @media (min-width: 768px) {
1376
+ main > router-outlet + * {
1377
+ padding: 16px;
1378
+ }
1365
1379
  }
1366
1380
  main > router-outlet + * + :not(mint-footer-partial) {
1367
1381
  height: 0;