1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|
.wrapper { display: grid; grid-template-columns: minmax(0, 1fr) min(calc(50vw - var(--spacing-md)), 40ch) min( calc(50vw - var(--spacing-md)), 40ch ) minmax(0, 1fr); align-items: center; padding: var(--spacing-md) 0; } .body { grid-column: 2 / 4; } pot.eu/www.armandphilippot.com/atom/src/components/atoms/forms/checkbox.test.tsx?h=v1.0.0' type='application/atom+xml'/>
![]() |
index : www.armandphilippot.com | |
| The frontend of my personal website. | Armand Philippot |
| summaryrefslogtreecommitdiffstats |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|