summary refs log tree commit diff stats
path: root/client/src/App.vue
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2022-02-03 09:37:30 +0530
committerAndinus <andinus@nand.sh>2022-02-03 09:37:30 +0530
commit8399b626aac16c648af8bf0d60c40b02f361ce2f (patch)
treee332621ae40fbe9810e97677d9fd20a9ac3bfe52 /client/src/App.vue
parenta2cb159fb7c4d00fed8dfb827ed16b1391eb0c8d (diff)
downloadvela-8399b626aac16c648af8bf0d60c40b02f361ce2f.tar.gz
Add GetSmile, UploadSmile view
Diffstat (limited to 'client/src/App.vue')
-rw-r--r--client/src/App.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/App.vue b/client/src/App.vue
index 5d44890..e137e15 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -52,4 +52,9 @@ p {
     border-radius: 4px;
     margin-bottom: 2rem;
 }
+#subtitle {
+    font-size: 1.5rem;
+    text-align: center;
+    margin: 2rem 0;
+}
 </style>