diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 729d427..1af238a 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -21,6 +21,10 @@
class = "no-padding"}}> @RenderBody()
+ + diff --git a/wwwroot/css/style.css b/wwwroot/css/style.css index c2cbff2..3d1178f 100644 --- a/wwwroot/css/style.css +++ b/wwwroot/css/style.css @@ -112,6 +112,14 @@ main:not(.no-padding) { padding: 20px; } +footer { + background-color: #eee; + text-align: center; + font-size: 0.8em; + font-style: italic; + padding: 3px; +} + .documents { display: flex; flex-direction: column;