fix: resize input at login register

This commit is contained in:
Matthew Florentino 2025-12-03 16:38:43 +07:00
parent dc6af38dc1
commit 616f0b14f8

View File

@ -8,7 +8,8 @@
}
.container-login h1 {
font-size: 100px;
font-size: 130px;
font-weight: 400;
}
.container-login form {
@ -18,15 +19,16 @@
.container-login form h2 {
margin-bottom: 20px;
font-size: 30px;
font-size: 40px;
text-transform: capitalize;
}
.container-login form input {
margin-bottom: 10px;
width: 200px;
height: 30px;
width: 300px;
height: 40px;
border-radius: 6px;
font-size: 20px;
text-align: center;
background-color: black;
border: 1px solid white;
@ -39,20 +41,12 @@
.container-login form button {
border-radius: 6px;
width: 200px;
height: 30px;
width: 300px;
height: 40px;
margin-top: 40px;
font-size: 30px
}
.container-login form button:hover {
border-radius: 6px;
width: 200px;
height: 30px;
margin-top: 40px;
font-size: 30px;
}
.container-login form p {
margin-top: 10px;
}
@ -76,7 +70,8 @@
}
.container-register h1 {
font-size: 100px;
font-size: 120px;
font-weight: 400;
}
.container-register form {
@ -85,16 +80,17 @@
}
.container-register form h2 {
margin-bottom: 20px;
margin-bottom: 10px;
font-size: 30px;
text-transform: capitalize;
}
.container-register form input {
margin-bottom: 10px;
width: 200px;
height: 30px;
width: 300px;
height: 40px;
border-radius: 6px;
font-size: 20px;
text-align: center;
background-color: black;
border: 1px solid white;
@ -107,20 +103,12 @@
.container-register form button {
border-radius: 6px;
width: 200px;
height: 30px;
margin-top: 40px;
width: 300px;
height: 40px;
margin-top: 10px;
font-size: 30px
}
.container-register form button:hover {
border-radius: 6px;
width: 200px;
height: 30px;
margin-top: 40px;
font-size: 30px;
}
.container-register form p {
margin-top: 10px;
}