From ac213196733950966ee0765a9cbfb1a2b15d58dc Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Mon, 27 Dec 2021 11:01:01 +0100 Subject: [PATCH] fix welcome padding and avoid background scaling --- src/components/DictionaryView.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index aa01d852..a661be38 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -585,10 +585,11 @@ main { div.welcome { padding-top: 10px; + margin-top: 10px; flex-grow: 10; background-image: url('../assets/books.jpg'); background-repeat: no-repeat; - background-size: cover; + background-position-x: center; } div.welcome article { -- GitLab