fixed formating
This commit is contained in:
+12
-7
@@ -1,14 +1,19 @@
|
|||||||
function App() {
|
function App() {
|
||||||
return (
|
return (
|
||||||
<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', height: '100vh' }}>
|
<div
|
||||||
<h1>Build wokrs when pushing to dev.</h1>
|
style={{
|
||||||
<br />
|
display: 'flex',
|
||||||
|
flexDirection: 'column',
|
||||||
|
justifyContent: 'center',
|
||||||
|
alignItems: 'center',
|
||||||
|
height: '100vh',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<h1>Build works when pushing to dev.</h1>
|
||||||
<h1>Now time to try pushing to main and deploy.</h1>
|
<h1>Now time to try pushing to main and deploy.</h1>
|
||||||
<br />
|
|
||||||
<h2>Okay, everything works just fine.</h2>
|
<h2>Okay, everything works just fine.</h2>
|
||||||
</div>
|
</div>
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default App
|
export default App;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user