From d3c65ccab6714086ccbd1bfc9dbfe246cc9bc8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Thu, 6 Aug 2020 08:16:52 +0200 Subject: [PATCH] justerte posisjonen til spinner --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index b4651a55..8d0b7be6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -212,7 +212,7 @@ main { background-attachment: fixed; } -header, #search_results, article, footer, div.welcome { +header, #search_results, #spinner, article, footer, div.welcome { padding-left: calc((100vw - 1000px) / 2); padding-right: calc((100vw - 1000px) / 2); background-image: url('./assets/beta.png'); -- GitLab