From a2a28b350f9ff32fc967301085e6ea2836e369a1 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Tue, 30 Aug 2022 08:27:58 -0600
Subject: [PATCH] add container styling

---
 example/src/app/app.component.scss | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/example/src/app/app.component.scss b/example/src/app/app.component.scss
index 1613a72..8abae80 100644
--- a/example/src/app/app.component.scss
+++ b/example/src/app/app.component.scss
@@ -3,13 +3,8 @@
   width: 100%;
 }
 
-.calling {
-  height: 100%;
-  width: 100%;
-
-  p {
-    position: absolute;
-    left: 50%;
-    top: 50%;
-  }
+.container {
+  margin: auto;
+  padding-top: 2em;
+  width: 75%;
 }
-- 
GitLab