Skip to content

Commit

Permalink
Issue #6
Browse files Browse the repository at this point in the history
Mudanças na versão mobile principalmente na proporção
  • Loading branch information
BrunoBour authored Apr 23, 2024
1 parent 11e4e66 commit c10fbdd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
21 changes: 20 additions & 1 deletion src/components/home/OurServices/service.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,23 @@
.service > hr {
margin-left: 0;
width: 100%;
}
border-top: 1px #fff;
}


@media screen and (max-width: 600px) {
.service > hr {
display: none;
}


.service {
justify-content: center;
}

.service > p {
text-align: center;
margin-top: 2vh;
}

}
16 changes: 14 additions & 2 deletions src/components/home/OurServices/services.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,20 @@
}

.services > p {
font-size: 3vh;
font-size: 3.46vh;
color: white;
text-align: left;
font-style: normal;
font-weight: 400;
line-height: normal;
font-family: 'Allegin', sans-serif !important;
}
margin-bottom: 2vh;
}


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

.services > p {
text-align: center;
}
}

0 comments on commit c10fbdd

Please sign in to comment.