Skip to content

Commit

Permalink
Update to CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbendy committed Jun 3, 2024
1 parent 7173d69 commit a56f6b7
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions _sass/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,16 @@ a {
color: #E4E4E4;
}

.wrapper {
background: pink;
}
#wrapper {
background: #F8F8F8;
padding: 0;
margin: 0rem auto;
max-width: 70%;
box-shadow: 6px 6px 25px rgba(200, 195, 180, 0.2);
margin: 1rem auto;
padding: 2.5rem 0 5rem;
border-radius: 11px;
}

p {
max-width: 75ch;
Expand All @@ -33,5 +40,5 @@ table {
display: block;
width: 100%;
overflow-x: auto;
margin: auto;
margin: 0 auto;
}

0 comments on commit a56f6b7

Please sign in to comment.