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 a9941e8 commit 4014177
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions receitas-salvas.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ a, a:visited, a:hover, a:active {
ul{
list-style: none;
}
.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){}

a{
text-decoration: none;
Expand Down Expand Up @@ -221,13 +231,3 @@ 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 4014177

Please sign in to comment.