Skip to content

Commit ec3f346

Browse files
committed
fix home page styles
1 parent e7b199e commit ec3f346

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/page.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export default function IndexPage() {
22
return (
3-
<div className="home-content" style={{height: '86vh', marginTop: '8rem'}}>
4-
3+
<div className="home-content" style={{height: '76vh', marginTop: '8rem', display: "flex", flexDirection: "column", justifyContent: "start", alignItems: "center"}}>
54
<div align="center">
65
<img src="/oxia-logo.svg" alt="oxia logo" width="250"/>
76
</div>

0 commit comments

Comments
 (0)