Skip to content

Commit

Permalink
Add styles to make officer portraits the same size
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Magnuson committed Nov 5, 2023
1 parent 82488d2 commit f24d6fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/about/OfficerCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
}

.portrait {
/* align */
height: 180px;
width: 180px;
/* style */
object-fit: cover;
border-radius: 5px;
}

Expand Down

0 comments on commit f24d6fe

Please sign in to comment.