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 {