feat: larger logo

This commit is contained in:
amhsirak
2025-10-13 17:33:29 +05:30
parent 01b78be41f
commit 552dc4b416

View File

@@ -71,6 +71,7 @@ const Register = () => {
justifyContent: "center", justifyContent: "center",
alignItems: "center", alignItems: "center",
maxHeight: "100vh", maxHeight: "100vh",
mt: 6,
padding: 4, padding: 4,
backgroundColor: "inherit", backgroundColor: "inherit",
}} }}
@@ -96,8 +97,8 @@ const Register = () => {
<img <img
src="../src/assets/maxunlogo.png" src="../src/assets/maxunlogo.png"
alt="logo" alt="logo"
height={55} height={60}
width={60} width={70}
style={{ style={{
marginBottom: 20, marginBottom: 20,
borderRadius: "20%", borderRadius: "20%",