a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

switch order of classnames for priority

+8 -8
+8 -8
app/home/LeafletPreview.module.css
··· 1 + .scaleLeafletDocPreview { 2 + transform: scale(calc(160 / var(--page-width-unitless))); 3 + } 4 + 5 + .scaleLeafletCanvasPreview { 6 + transform: scale(calc(160 / 1272)); 7 + } 8 + 1 9 @media (min-width: 640px) { 2 10 .scaleLeafletDocPreview { 3 11 transform: scale(calc(192 / var(--page-width-unitless))); ··· 6 14 transform: scale(calc(192 / 1272)); 7 15 } 8 16 } 9 - 10 - .scaleLeafletDocPreview { 11 - transform: scale(calc(160 / var(--page-width-unitless))); 12 - } 13 - 14 - .scaleLeafletCanvasPreview { 15 - transform: scale(calc(160 / 1272)); 16 - }