Skip to content

Commit

Permalink
Update telaperfil.css
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa3772 authored Jun 10, 2024
1 parent c75de94 commit e589c18
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions telaperfil.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ header{
;
align-items: center;
}
.sair{
font-size: 15px;
padding: 10px;
margin: auto;
width: auto;
margin-left: 300px;
}

/* Dispositivos com largura máxima de 768px (tablets) */
@media screen and (max-width: 768px){}
.logo{
grid-area: logo;
padding: 0 5%;
Expand Down Expand Up @@ -322,13 +332,3 @@ nav li{
grid-template-columns: 1fr;
}
}
.sair{
font-size: 15px;
padding: 10px;
margin: auto;
width: auto;
margin-left: 300px;
}

/* Dispositivos com largura máxima de 768px (tablets) */
@media screen and (max-width: 768px){}

0 comments on commit e589c18

Please sign in to comment.