Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascaique committed Sep 4, 2024
1 parent 9765cb7 commit b99dfae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ figure {
}

@media (min-width: 769px) {

body{
background-size: 400% 400%;
}
.menu-icon {
display: none;
/* Esconde o ícone do menu hamburger */
Expand All @@ -271,6 +275,9 @@ figure {

/* Telas menores que 768px */
@media (max-width: 768px) {
body{
background-size: 400% 400%;
}


.cabecalho {
Expand Down

0 comments on commit b99dfae

Please sign in to comment.