aboutsummaryrefslogtreecommitdiff
path: root/ShareGuard.Web/Components/MainLayout.razor
diff options
context:
space:
mode:
Diffstat (limited to 'ShareGuard.Web/Components/MainLayout.razor')
-rw-r--r--ShareGuard.Web/Components/MainLayout.razor5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShareGuard.Web/Components/MainLayout.razor b/ShareGuard.Web/Components/MainLayout.razor
new file mode 100644
index 0000000..f904d53
--- /dev/null
+++ b/ShareGuard.Web/Components/MainLayout.razor
@@ -0,0 +1,5 @@
+@inherits LayoutComponentBase
+
+<div style="margin-left: 3em;">
+ @Body
+</div>