diff --git a/src/App.vue b/src/App.vue index 48ea017..8e96828 100644 --- a/src/App.vue +++ b/src/App.vue @@ -49,5 +49,9 @@ #title { + /* Center and scale the image nicely */ + background-position: center; + background-repeat: no-repeat; + background-size: cover; }