Skip to content

Commit

Permalink
💄 feat: Ajustes nos media queries para responsividade
Browse files Browse the repository at this point in the history
  • Loading branch information
JrValerio committed Oct 9, 2024
1 parent 52f9d56 commit d70e214
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<h1>Desenvolvedor Fullstack</h1>
<p>
Transformo necessidades em aplicações reais, evolventes e
funcionais. Desenvolvo sistemas através da <br />
funcionais. Desenvolvo sistemas através da <br class="mobile-hide" />
minha paixão pela tecnologia, contribuindo com soluções inovadoras e
eficazes para desafios complexos.
</p>
Expand Down
9 changes: 9 additions & 0 deletions styles/mediaqueries.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
.intro-text p {
font-size: 0.9rem;
text-align: center;
white-space: normal;
}

.mobile-hide {
display: none;
}

.social-icons {
Expand All @@ -82,6 +87,10 @@
grid-template-columns: 1fr;
}

#projetos {
margin-top: 36px;
}

.projeto,
.servico {
width: 100%;
Expand Down

0 comments on commit d70e214

Please sign in to comment.