Skip to content

Commit

Permalink
margin changes
Browse files Browse the repository at this point in the history
  • Loading branch information
beasmith152 authored Oct 16, 2024
1 parent 0a34a09 commit 53ce79d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ body {
overflow-x: hidden;
height:100%;
width:100%;
margin-top: 5em;
margin-top: -5em;
}

#work table {
Expand All @@ -448,6 +448,7 @@ body {
z-index: 8;
justify-content: center;
align-items: center;
margin-top: -5em;
}

#work tr {
Expand Down

0 comments on commit 53ce79d

Please sign in to comment.