Skip to content

Commit

Permalink
fix funky layout on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferfish101007 committed Aug 29, 2023
1 parent 661353b commit 204ff40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playground/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
min-height: 100vh;
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
}
}
</style>

0 comments on commit 204ff40

Please sign in to comment.