Skip to content

Commit

Permalink
mobile fonts #23
Browse files Browse the repository at this point in the history
arrumando tamanho das fontes no mobile
  • Loading branch information
Unfollow1 committed Sep 8, 2024
1 parent e5fc165 commit 1b13195
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/contato/ContactForm/HeaderForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function HeaderForm(){
return(
<div className={styles.headerForm}>
<div className={styles.headerFormTxt}>
<p>Entre em contato com a gente <br /> <spam className={styles.lowTxt}> retornamos sua mensagem em até 5 dias úteis.</spam></p>
<p>entre em contato com a gente <br /> <spam className={styles.lowTxt}> retornamos sua mensagem em até 5 dias úteis.</spam></p>
</div>
<div className={styles.headerFormHR}>
<hr />
Expand Down
5 changes: 3 additions & 2 deletions src/components/contato/ContactForm/form.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

.row input, .row select{
height: 70% !important;
height: 75% !important;
width: 32%;
box-sizing:content-box;
background-color: #D9D9D9;
Expand All @@ -41,7 +41,7 @@
.row > input, .row > select, .form > input, .form > textarea{

height: 7vh;
border-radius: 20px;
border-radius: 15px;
border-style: hidden;
background-color: #D9D9D9;
font-size: 1vw;
Expand Down Expand Up @@ -136,6 +136,7 @@ input[type="date"]:not(.has-value):valid:before{
width: 100% ;
margin-top: 2vh;
border-radius: 20px;
font-size: 3.72vw;
}

.form{
Expand Down
9 changes: 4 additions & 5 deletions src/components/contato/ContactForm/headerForm.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
}

.lowTxt {
font-size: 1.4vw;
font-size: 1vw;
/* font-size: 1vw; */
}
.headerFormTxt > p {
font-size: 1.8vw;
font-size: 1.518vw;
/* font-size: 1.52vw; */
text-align: left;
color: white;
Expand All @@ -51,12 +51,11 @@


.headerFormTxt > p {
font-size: 6vw;
font-size: 4.95vw;
}

.lowTxt {
font-size: 4vw;
font-size: 3.42vw;
}


}
9 changes: 7 additions & 2 deletions src/components/contato/ContactText/contact.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.highText {
width: 40%;
text-align: left;
font-size: 4.2vw
font-size: 2.7vw
}


Expand All @@ -37,7 +37,7 @@
} */

.lowText {
font-size: 1.95vw;
font-size: 1vw;
position: relative;
bottom: 0;
text-align: left;
Expand All @@ -63,6 +63,11 @@
flex-direction: column;
align-items: center;
}

.Allegin{
font-family: Allegin;
}

@media screen and (max-width: 600px) {

/* .highText {
Expand Down
2 changes: 1 addition & 1 deletion src/components/contato/ContactText/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function ContactText(){

return(
<div className={styles.contact}>
<p className={styles.highText}> empresas que investem em <span className='Allegin'>design crescem</span> o dobro das líderes suas indústrias </p>
<p className={styles.highText}> empresas que investem em <span className={styles.Allegin}>design crescem</span> o dobro das líderes suas indústrias </p>
<div className={styles.lowTextAux}>
<p className={styles.lowText}> { TextLow } </p>
</div>
Expand Down

0 comments on commit 1b13195

Please sign in to comment.