Skip to content

Commit

Permalink
Merge pull request #55 from IDEjr/issue-#10
Browse files Browse the repository at this point in the history
issues #10
  • Loading branch information
BrunoBour authored Apr 23, 2024
2 parents 3db070c + dd8d70e commit 11e4e66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sobreNos/PurposeText/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styles from "./purpTxt.module.css"

function PurpTxt(){
return(
<div className={styles.purpText}>
<div className={styles.purpTxt}>
<p>
nós projetamos <span className='Allegin'>experiências valiosas </span>para a vida das pessoas.
com uma abordagem <span className='Allegin'>estratégica</span>, utilizamos <span className='Allegin'>pesquisa</span> de experiência de usuário,
Expand Down
9 changes: 9 additions & 0 deletions src/components/sobreNos/PurposeText/purpTxt.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
color: white;
width: 50%;
font-size: 3.6vh;
text-align: center;
line-height: normal;
}

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

.purpTxt > p {
width: 90%;
text-align: left;
}

}

0 comments on commit 11e4e66

Please sign in to comment.