From c5456b64e2170cc389efd330ca498c70c53af144 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 22 Dec 2019 22:57:32 -0500 Subject: [PATCH] [O] Add comments --- src/App.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 8e96828..5543d33 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,6 +26,9 @@ document.title = config.title.text; } + /** + * Style for title + */ get titleStyle() { let dim = `rgba(0, 0, 0, ${config.title.dim / 100})`; @@ -49,7 +52,7 @@ #title { - /* Center and scale the image nicely */ + // Center and scale the image nicely background-position: center; background-repeat: no-repeat; background-size: cover;