Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
Danielfww authored May 12, 2024
1 parent ac49094 commit eaf4fa3
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,25 +182,14 @@ 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:100%;
position:relative;
top:33px;


}
Expand All @@ -223,6 +212,9 @@ html {

}

.annual {
width:90%;
}

.hero {
height:163px;
Expand Down Expand Up @@ -266,14 +258,13 @@ html {

.two {
position:relative;
left:-92px;
left:-90px;
top:25px;
}

.three {
position:relative;
top:30px;
font-size:13px;
}


Expand All @@ -287,7 +278,9 @@ html {
top:-29px;
}



}



}

0 comments on commit eaf4fa3

Please sign in to comment.