From c4e507e2a7b5b5ffc2f613c9b4d694dde87e4659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 10 May 2018 22:13:48 +0200 Subject: [PATCH] Fix spinner position --- ng-app/src/app/quotes/quotes.component.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ng-app/src/app/quotes/quotes.component.css b/ng-app/src/app/quotes/quotes.component.css index 857b4f5..7f6abb3 100644 --- a/ng-app/src/app/quotes/quotes.component.css +++ b/ng-app/src/app/quotes/quotes.component.css @@ -11,8 +11,10 @@ } .spinner-container { - width: 100%; - position: absolute; + position: fixed; + left: 50%; + top: 15%; + margin-left: -50px; } .spinner-container mat-spinner {