feat(footer): Zu _Layout.cshtml hinzugefügt. CSS-Trennungen bearbeitet.

This commit is contained in:
Developer 02
2024-09-21 00:10:50 +02:00
parent 3974d2123e
commit 222684cfc8
5 changed files with 21 additions and 15 deletions

View File

@@ -61,5 +61,6 @@
</main>
<script src="~/js/event-binder.min.js" asp-append-version="true"></script>
@Html.AntiForgeryToken()
<footer>&copy; SignFlow 2023-2024 <a href="https://digitaldata.works">Digital Data GmbH</a></footer>
</body>
</html>

View File

@@ -1,7 +1,4 @@
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
@@ -37,12 +34,4 @@ a {
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 3.75rem;
}
}