diff --git a/playground/views/AboutView.vue b/playground/views/AboutView.vue index cc4b0cd..65cd56c 100644 --- a/playground/views/AboutView.vue +++ b/playground/views/AboutView.vue @@ -15,6 +15,8 @@ min-height: 100vh; display: flex; align-items: center; + flex-direction: column; + text-align: center; } }