File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ const FooterNavigation: FunctionComponent = () => {
8989
9090const Footer : FunctionComponent = ( ) => {
9191 return (
92- < footer className = "max-w-screen-3xl w-full mx-auto p-5" >
92+ < footer className = "max-w-screen-2xl w-full mx-auto p-5" >
9393 < FooterNavigation />
9494 </ footer >
9595 )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const Header: FunctionComponent = () => {
99
1010 return (
1111 < header className = "px-4 py-3 sm:mb-5 mb-3 shadow-sm border-b border-gray-100 flex items-center justify-between" >
12- < div className = "flex items-center justify-between w-full" >
12+ < div className = "flex items-center justify-between w-full max-w-screen-2xl mx-auto " >
1313 < Link href = "/" >
1414 < a className = "flex items-center" >
1515 < Eggo className = "w-8 mr-1" />
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ const HitComponent: FunctionComponent<HitComponentProps> = ({hit}) => {
1414 image,
1515 title,
1616 duration,
17- instructor_avatar_url,
1817 instructor_url,
1918 instructor_name,
2019 } = hit
You can’t perform that action at this time.
0 commit comments