Skip to content

Commit

Permalink
padding and margin
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhenn committed Jun 4, 2024
1 parent 3791d47 commit ec0e664
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/styles/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,19 @@ body, html {
gap: 25px;
padding: 30px;
background-color: transparent;
padding: 30px 15px 30px 30px;
flex-grow: 1;
margin: 30px 0px 30px 30px;
margin: 30px 15px 30px 30px;
position: relative; /* To ensure the addProjButton positioning works correctly */
}

.sidebar {
width: 430px; /* Fixed width for the sidebar */
display: flex;
flex-direction: column;
margin: 50px 100px 20px 15px; /* Increase margins if necessary */
padding: 30px 30px 30px 15px;
margin: 30px 30px 30px 15px;

background-color: var(--newest-cal-color);
border-radius: 8px;
z-index: 1;
Expand Down

0 comments on commit ec0e664

Please sign in to comment.