setNome(e.target.value)}/>
diff --git a/src/components/Footer/Footer.module.css b/src/components/Footer/Footer.module.css
index b638005..f4b60bd 100644
--- a/src/components/Footer/Footer.module.css
+++ b/src/components/Footer/Footer.module.css
@@ -3,8 +3,9 @@
.footer {
color: var(--amarelo);
max-width: 100vw;
- height: 35vh;
+ height: 40vh;
margin-top: 5em;
+ padding: 25px 0;
display: block;
background-color: rgb(22, 21, 21);
}
@@ -51,6 +52,10 @@ font-size: 1.2em;
}
@media (max-width: 900px) {
+
+ .footer{
+ height: 30vh;
+ }
.item_list {
font-size: 11px;
}
diff --git a/src/components/PasswordRecover/Password.jsx b/src/components/PasswordRecover/Password.jsx
index 842f618..de9f472 100644
--- a/src/components/PasswordRecover/Password.jsx
+++ b/src/components/PasswordRecover/Password.jsx
@@ -75,6 +75,7 @@ export default function Password () {
return (
)
}
\ No newline at end of file
diff --git a/src/components/PasswordRecover/Pasword.module.css b/src/components/PasswordRecover/Pasword.module.css
index 84b2af1..a1bde48 100644
--- a/src/components/PasswordRecover/Pasword.module.css
+++ b/src/components/PasswordRecover/Pasword.module.css
@@ -1,5 +1,11 @@
@import "../../App.css";
+.formDiv{
+ height: 65vh;
+ display: flex;
+ flex-direction: column;
+}
+
form {
background-color: rgb(0, 0, 0, 0.7);
display: flex;
@@ -7,14 +13,16 @@ form {
align-items: center;
width: 20vw;
min-width: 350px;
- height: 100%;
+ height:90%;
min-height: 300px;
border-radius: 10px;
border: 2px solid var(--cinzamedio);
padding: 1rem;
color: var(--cinza);
margin: 0 auto;
+ margin-top: 40px;
justify-content: space-evenly;
+
}
form h1{
@@ -29,7 +37,7 @@ form h1{
}
.inputDiv label{
- margin-left: 15%;
+ padding-top: 10px;
}
.inputDiv input {
diff --git a/src/components/Texto-principal/TextoPrincipal.jsx b/src/components/Texto-principal/TextoPrincipal.jsx
index ef8249b..11ee56c 100644
--- a/src/components/Texto-principal/TextoPrincipal.jsx
+++ b/src/components/Texto-principal/TextoPrincipal.jsx
@@ -1,3 +1,5 @@
+import pizza from '../../assets/images/Pizza.png'
+import video from '../../assets/images/main-video.mp4'
import motoboy from '../../assets/images/motoboy.png'
import style from "./TextoPrincipal.module.css"
import Button from '../Button/Button'
@@ -41,9 +43,10 @@ export default function TextoPrincipal () {
diff --git a/src/components/Texto-principal/TextoPrincipal.module.css b/src/components/Texto-principal/TextoPrincipal.module.css
index 9ca60a1..982dfcf 100644
--- a/src/components/Texto-principal/TextoPrincipal.module.css
+++ b/src/components/Texto-principal/TextoPrincipal.module.css
@@ -60,7 +60,6 @@
.videoDiv {
- margin-right: 50px;
object-fit: cover;
max-height: fit-content;
}