File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 href ="./logo.png "
2222 type ="image/x-icon "
2323 >
24- < title > React Simple Modal</ title >
24+ < title > React Simple Hook Modal</ title >
2525</ head >
2626
2727< body >
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ export const Header = () => {
77 return (
88 < div className = "bg-blue-800 text-white py-24 text-center md:text-right" >
99 < div className = "container" >
10- < div className = "flex flex-col md :flex-row items-center" >
11- < div className = "flex-1 md :pr-16" >
12- < h1 className = "mb-4 text-5xl font-bold" > React Simple Modal</ h1 >
13- < div className = "flex flex-row items-center justify-center md :justify-end pb-8" >
10+ < div className = "flex flex-col lg :flex-row items-center" >
11+ < div className = "lg :pr-16" >
12+ < h1 className = "mb-4 text-5xl font-bold" > React Simple Hook Modal</ h1 >
13+ < div className = "flex flex-row items-center justify-center lg :justify-end pb-8" >
1414 < FaGithub className = "inline" />
1515 < a
1616 className = "ml-2 hover:text-blue-300 transition transition-colors duration-200"
You can’t perform that action at this time.
0 commit comments