Skip to content

Commit

Permalink
100%
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelCotonGutierrez committed Jun 28, 2023
1 parent a3a5a0d commit acae1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ h1 {
display: flex;
justify-content: space-between;
align-items: center;
width: 380px;
width: 400px;
margin: 20px auto;
position: relative;
}
Expand Down Expand Up @@ -145,7 +145,7 @@ h1 {
@media (max-width: 768px) {
.container,
.container2 {
max-width: 98%; /* Ancho completo en dispositivos móviles */
max-width: 100%; /* Ancho completo en dispositivos móviles */
}

}

0 comments on commit acae1e7

Please sign in to comment.