Skip to content

Commit

Permalink
Change officer heading to be center aligned wrt container
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Magnuson committed Nov 11, 2023
1 parent 9cdf600 commit 91ae909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/about/About.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
.container {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}

.cardContainer {
Expand Down

0 comments on commit 91ae909

Please sign in to comment.