Move game down so alert doesn't overlap
This commit is contained in:
parent
c6a717c132
commit
c60138bfbb
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ function App() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="py-8 max-w-7xl mx-auto sm:px-6 lg:px-8">
|
<div className="py-8 max-w-7xl mx-auto sm:px-6 lg:px-8">
|
||||||
<div className="flex w-80 mx-auto items-center mb-8">
|
<div className="flex w-80 mx-auto items-center mb-8 mt-12">
|
||||||
<h1 className="text-xl grow font-bold">Not Wordle</h1>
|
<h1 className="text-xl grow font-bold">Not Wordle</h1>
|
||||||
<InformationCircleIcon
|
<InformationCircleIcon
|
||||||
className="h-6 w-6 cursor-pointer"
|
className="h-6 w-6 cursor-pointer"
|
||||||
|
|
Loading…
Add table
Reference in a new issue