File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
dotcom-rendering/src/layouts Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,20 @@ export const HostedLayout = (props: WebProps | AppProps) => {
3232 </ div >
3333 </ header >
3434 < div css = { [ grid . container ] } >
35- < div css = { [ grid . column . left ] } > Left column</ div >
36- < div css = { [ grid . column . right ] } > Right column</ div >
37- < div css = { [ border , grid . column . centre ] } > Standfirst</ div >
35+ < div css = { [ grid . column . left , 'grid-row: 1' ] } >
36+ Left column
37+ </ div >
38+ < div css = { [ grid . column . right , 'grid-row: 1' ] } >
39+ Onward content
40+ </ div >
41+ < div css = { [ border , grid . column . centre , 'grid-row: 1' ] } >
42+ Standfirst
43+ </ div >
3844 < div css = { [ border , grid . column . centre ] } > Meta</ div >
3945 < article css = { [ border , grid . column . centre ] } > Body</ article >
4046 </ div >
41- < div css = { [ grid . container ] } >
42- < div css = { [ border , grid . column . all ] } > Onward </ div >
47+ < div css = { [ grid . container , border ] } >
48+ < div css = { [ grid . column . all ] } > Footer </ div >
4349 </ div >
4450 </ main >
4551 </ >
You can’t perform that action at this time.
0 commit comments