We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e204a7 commit 234d72eCopy full SHA for 234d72e
src/App.tsx
@@ -2,9 +2,9 @@ import Logo from "./Logo";
2
3
function App() {
4
return (
5
- <div className="w-92 text-center">
6
- <header className="bg-gray-800 min-h-screen flex flex-col items-center justify-center text-2xl text-white">
7
- <Logo className="h-40 pointer-events-none animate-spin-slow" id="App-logo" title="React logo" />
+ <div className="w-[400px] h-[500px] text-center">
+ <header className="bg-gray-800 w-full h-full flex flex-col items-center justify-center text-2xl text-white">
+ <Logo className="h-[40vmin] pointer-events-none animate-spin-slow" id="App-logo" title="React logo" />
8
<p>Hello, World!</p>
9
<p>I'm a Chrome Extension Popup!</p>
10
</header>
0 commit comments