Skip to content

Commit

Permalink
Update receitas-salvas.css
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa3772 authored Jun 10, 2024
1 parent 0e76d97 commit 713296b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions receitas-salvas.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ img{
;
align-items: center;
}
.sair{
font-size: 15px;
padding: 10px;
margin: auto;
width: auto;
margin-left: 300px;
.logo{
grid-area: logo;
padding: 0 5%;
Expand Down Expand Up @@ -227,3 +221,13 @@ img{
cursor: pointer;
}
}
.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 713296b

Please sign in to comment.