A design system in a box. hip-ui.tngl.io/docs/introduction
0
fork

Configure Feed

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

improve gid

+5 -1
+5 -1
packages/hip-ui/src/components/footer/index.tsx
··· 42 42 ":is([data-footer-centered] *)": "center", 43 43 [containerBreakpoints.sm]: "center", 44 44 }, 45 + boxSizing: "border-box", 45 46 display: "flex", 46 47 flexDirection: { 47 48 default: "column", ··· 69 70 display: "grid", 70 71 gridTemplateColumns: { 71 72 default: "repeat(2, 1fr)", 72 - [containerBreakpoints.sm]: "repeat(4, 1fr)", 73 + [containerBreakpoints.sm]: { 74 + ":has(nth-child(2))": "repeat(3, 1fr)", 75 + ":has(nth-child(3))": "repeat(4, 1fr)", 76 + }, 73 77 }, 74 78 rowGap: spacing["6"], 75 79 },