File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
01.problem.structural-layout/src
02.problem.text-styles/src
07.subgrid-alignment/01.problem.sub-grid/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function App() {
99 The first one is the full-page container. It needs to:
1010 - have at minimum the full screen height (min-h-screen)
1111 - centers its children with a grid (grid place-items-center)
12- - handle horizontal and verticall padding (see Figma)
12+ - handle horizontal and vertical padding (see Figma)
1313 */ }
1414
1515 { /*
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default function App() {
88 🐨
99 Set a max-width of 'md' on the wrapping div below.
1010 Center the elements horizontally:
11- - Setup a veritcal flexbox container with 'flex flex-col'
11+ - Setup a vertical flexbox container with 'flex flex-col'
1212 - Align the items horizontally with 'items-center'
1313 - Center the children text elements with 'text-center'
1414 */ }
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export default function App() {
7272 2. Span the grid across 6 rows
7373
7474 💰 You can define grid-template-rows as a `subgrid` with `grid-rows-subgrid`
75- 💰 You can span an element acorss multiple rows with the `row-span-*` utilities
75+ 💰 You can span an element across multiple rows with the `row-span-*` utilities
7676 */ }
7777 < ul className = "flex max-w-3xl flex-wrap justify-center gap-2 sm:gap-4 xl:grid xl:grid-flow-col xl:grid-cols-5 xl:grid-rows-6" >
7878 { logos . map ( ( logo , i ) => (
You can’t perform that action at this time.
0 commit comments