about summary refs log tree commit diff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 4742bfe..6c8c5aa 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -63,5 +63,10 @@ body {
 
 #content {
   flex: 1;
+  width: 100%;
+
+  display: flex;
+  flex-direction: column;
+  align-items: center;
 }
 </style>