Skip to content

Commit

Permalink
corrigir problemas apresentados
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusalefe committed Nov 24, 2024
1 parent 74d0f11 commit 23ef763
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
Binary file added public/pdf/portifolio_urd.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/apoio/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function APOIO() {
</ul>
</li>
</ul>
<p>Acesse nosso portfólio comercial e descubra em detalhes nossos projetos, conquistas e o impacto que estamos gerando. Entre em contato conosco e contribua para o sucesso dessa missão!</p>
<p><a href="/pdf/portifolio_urd.pdf" target="_blank">Acesse nosso portfólio comercial</a> e descubra em detalhes nossos projetos, conquistas e o impacto que estamos gerando. Entre em contato conosco e contribua para o sucesso dessa missão!</p>
<h3>Contato para Parcerias e Patrocínios</h3>
<p>Para mais informações sobre como se tornar um parceiro ou patrocinador, entre em contato conosco:</p>
<p>Email: foguetes@ufabc.edu.br</p>
Expand Down
4 changes: 4 additions & 0 deletions src/styles/apoio.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,9 @@
color: $black;
font-family: $font-text;
margin: 0 2.5rem;
a{
text-decoration: none;
color: $tertiary-color;
}
}
}
25 changes: 18 additions & 7 deletions src/styles/membros.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
display: flex;
flex-direction: column;

@media (max-width: 1079px) {
@media (max-width: 1193px) {
flex-direction: column;
}

Expand Down Expand Up @@ -48,7 +48,7 @@
height: 30%;
justify-content: center;

@media (max-width: 1079px) {
@media (max-width: 1193px) {
flex-direction: column;
align-items: center;
}
Expand All @@ -66,7 +66,7 @@
text-align: end;
margin: 0;
}
@media (max-width: 1079px) {
@media (max-width: 1193px) {
width: 90%;
}
}*/
Expand All @@ -75,7 +75,7 @@
max-width: 40%;
display: flex;
justify-content: center;
@media (max-width: 1079px) {
@media (max-width: 1193px) {
max-width: 90%;
}
.foto{
Expand All @@ -100,8 +100,19 @@
font-size: 2.5rem;
line-height: 2.5rem;
}
@media (max-width: 1079px) {
@media (max-width: 1193px) {
width: 90%;
padding-left: 0;
div{
display: flex;
justify-content: start;
h2,span{
line-height: unset;
}
span{
margin-right: 1rem;
}
}
}
}
}
Expand All @@ -110,15 +121,15 @@
display: flex;
justify-content: center;
width: 100%;
@media (max-width: 1079px) {
@media (max-width: 1193px) {
flex-direction: column;
align-items: center;
}
p{
width: 75%;
text-indent: 0;
margin: 3rem 2rem;
@media (max-width: 1079px) {
@media (max-width: 1193px) {
width: 90%;
}
}
Expand Down

0 comments on commit 23ef763

Please sign in to comment.