Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
paulop authored Jan 11, 2024
1 parent 54aeef7 commit 53ec9a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ p {
}
.wrapper {
background: #42A8C0;
max-width: 960px;
max-width: 1024px;
margin: 0 auto;
position: relative;
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
Expand All @@ -61,7 +61,7 @@ p {
background: #42A8C0;
position: absolute;
right: 0;
width: 240px;
width: 300px;
height: 100%;
min-height: 800px;
color: #fff;
Expand Down Expand Up @@ -161,7 +161,7 @@ p {
.main-wrapper {
background: #fff;
padding: 60px;
padding-right: 300px;
padding-right: 320px;
}
.main-wrapper .section-title {
text-transform: uppercase;
Expand Down

0 comments on commit 53ec9a7

Please sign in to comment.