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 12, 2024
1 parent eaf4fa3 commit 507c7c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,18 @@ html {



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

body {
margin: 0 auto;
padding: 0 auto;
width:375px;
height:710px;
background-image: url("https://assets.codepen.io/11868974/pattern-background-mobile_1.svg");
background-size:105%;
position:relative;
top:30px;



}
Expand Down

0 comments on commit 507c7c3

Please sign in to comment.