diff --git a/src/Blog/Components/Layout/Footer.razor b/src/Blog/Components/Layout/Footer.razor index 398f51f..87239ba 100644 --- a/src/Blog/Components/Layout/Footer.razor +++ b/src/Blog/Components/Layout/Footer.razor @@ -1,3 +1,7 @@ @namespace Blog.Components.Layout - \ No newline at end of file + \ No newline at end of file diff --git a/src/Blog/Components/Layout/Footer.razor.css b/src/Blog/Components/Layout/Footer.razor.css index 8b13789..8fdbfc5 100644 --- a/src/Blog/Components/Layout/Footer.razor.css +++ b/src/Blog/Components/Layout/Footer.razor.css @@ -1 +1,6 @@ - +footer { + display: flex; + justify-content: flex-end; + width: 100%; + gap: 1rem; +} \ No newline at end of file diff --git a/src/Blog/Components/Layout/MainLayout.razor b/src/Blog/Components/Layout/MainLayout.razor index a5b445a..ac58ee7 100644 --- a/src/Blog/Components/Layout/MainLayout.razor +++ b/src/Blog/Components/Layout/MainLayout.razor @@ -5,6 +5,7 @@
@Body
+