Skip to content

Commit

Permalink
Update staff.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeetov authored Nov 20, 2023
1 parent 18301cf commit b9e9b36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions staff.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
height: 350px; /* Set a fixed height for staff sections */
}

.staff-member:hover {
Expand Down Expand Up @@ -78,6 +79,10 @@
border: 3px solid #7289DA; /* Discord color border */
border-radius: 10px;
box-sizing: border-box;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.staff-info p {
Expand Down

0 comments on commit b9e9b36

Please sign in to comment.