feat: larger logo
This commit is contained in:
@@ -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%",
|
||||||
|
|||||||
Reference in New Issue
Block a user