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 e7b199e commit ec3f346Copy full SHA for ec3f346
src/app/page.jsx
@@ -1,7 +1,6 @@
1
export default function IndexPage() {
2
return (
3
- <div className="home-content" style={{height: '86vh', marginTop: '8rem'}}>
4
-
+ <div className="home-content" style={{height: '76vh', marginTop: '8rem', display: "flex", flexDirection: "column", justifyContent: "start", alignItems: "center"}}>
5
<div align="center">
6
<img src="/oxia-logo.svg" alt="oxia logo" width="250"/>
7
</div>
0 commit comments