Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielfww authored May 24, 2024
1 parent 88811ea commit 4d391f3
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,23 +191,21 @@ p {
position:relative;
top:14px;
}

@media (max-width:475px) {
@media (max-width:475px) {

body {
margin: 0 auto;
padding: 0 auto;
width:375px;
height:710px;
height:670px;
}

.container {

height:630px;
width:380px;
margin-left:auto;
overflow:hidden;
margin-top:100px;
height:660px;
width:375px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
}

}

0 comments on commit 4d391f3

Please sign in to comment.