WIP PWA for Grain
0
fork

Configure Feed

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

fix: remove horizontal padding on desktop for gallery card and engagement bar

+16
+6
src/components/organisms/grain-engagement-bar.js
··· 14 14 gap: var(--space-sm); 15 15 padding: var(--space-sm); 16 16 } 17 + @media (min-width: 600px) { 18 + :host { 19 + padding-left: 0; 20 + padding-right: 0; 21 + } 22 + } 17 23 `; 18 24 19 25 constructor() {