diff options
Diffstat (limited to 'Timeline/ClientApp/src/app/app.component.css')
-rw-r--r-- | Timeline/ClientApp/src/app/app.component.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/app.component.css b/Timeline/ClientApp/src/app/app.component.css new file mode 100644 index 00000000..63459382 --- /dev/null +++ b/Timeline/ClientApp/src/app/app.component.css @@ -0,0 +1,6 @@ +body { + margin: 0; + display: flex; + justify-content: center; +} + |