Skip to content

Commit

Permalink
updates to css
Browse files Browse the repository at this point in the history
  • Loading branch information
jasheloper committed Aug 3, 2024
1 parent 807b6b0 commit 99591d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ h1 {
}

body {
max-width: 40%;
max-width: 640px;
margin: 0 auto;
background: linear-gradient(135deg, #a44b9c, #f2c94c);
background-repeat: no-repeat;
Expand Down Expand Up @@ -46,8 +46,8 @@ body {
position: absolute;
top: 0;
left: 0;
width: 700px;
height: 467px;
width: 642px;
height: 430px;
background-color: rgba(0,0,0,0);
border-radius: 8px;
}
Expand Down

0 comments on commit 99591d3

Please sign in to comment.