@appartmint/mint 1.0.11 → 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
@@ -901,6 +901,7 @@ app-footer::before {
901
901
  padding: 0.75rem;
902
902
  margin: 0.25rem 0;
903
903
  line-height: 1;
904
+ font-size: 4em;
904
905
  }
905
906
  #mint-header.mint-tray #mint-wrapper nav > ul {
906
907
  flex-direction: column;
@@ -1361,6 +1362,20 @@ main > router-outlet + * {
1361
1362
  justify-content: center;
1362
1363
  flex-grow: 1;
1363
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
+ }
1364
1379
  }
1365
1380
  main > router-outlet + * + :not(mint-footer-partial) {
1366
1381
  height: 0;