Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
amandalsstein committed Oct 29, 2024
1 parent 1ff3d2e commit 899477a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions estilos/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,17 @@ iframe#tela {
}
section#contato img {
width: 27px;
margin: 10px;
margin: 6px;
border-radius: 1%;
text-align: right;
}

section#contato {
text-align: right;
position: absolute;
top: 8px;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: center;
}

0 comments on commit 899477a

Please sign in to comment.