footer margin fix

This commit is contained in:
Lilian 2023-02-07 14:59:57 +01:00
parent c0fa68b428
commit 2bb6bfba95
Signed by: enbyfoxen
GPG key ID: 007CA12D692829E1
2 changed files with 5 additions and 1 deletions

View file

@ -27,7 +27,7 @@
</div>
</nav>
</header>
<div class="container">
<div class="container main-body">
<main role="main" class="pb-3">
@RenderBody()
</main>

View file

@ -253,3 +253,7 @@ button.accept-policy {
.fake-card-wrapper .fake-card .face-card.front .fake-card-logo-bottom img.fake-card-logo-inner {
margin-top: 18px;
}
.main-body {
margin-bottom: 60px;
}