Skip to content

Commit

Permalink
corrigindo um problema no espaçamento
Browse files Browse the repository at this point in the history
  • Loading branch information
buuninbee committed Sep 9, 2023
1 parent 456e198 commit aefa30d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion css/como-posso-ajudar/como-posso-ajudar.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}
}

@media (max-width: 800px) {
@media (max-width: 600px) {
.conteiner-ajuda {
grid-template-columns: 1fr;
}
Expand All @@ -79,4 +79,22 @@
#como-ajudar .missaoEvissao h2 {
padding-bottom: 14px;
}

.divulga {
border-radius: 0px;
}
}

@media (max-width: 500px) {
#como-ajudar .missaoEvissao {
padding: 60px 20px;
}

.tipos-de-ajuda {
padding: 16px 20px;
}

.tipos-de-ajuda a {
padding-bottom: 8px;
}
}

0 comments on commit aefa30d

Please sign in to comment.