Skip to content

Commit

Permalink
Fixed the header to be centered (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
  • Loading branch information
mintaka2479 and KevinVandy authored Jan 21, 2024
1 parent 9f4373d commit 882e7a5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@
}

.content {
align-items: flex-start;
align-items: center;
justify-content: flex-start;
position: relative;
width: 100%;
height: 100%;
}

.content-spaced {
Expand Down

0 comments on commit 882e7a5

Please sign in to comment.