Make footer sticky

This commit is contained in:
Maria Rushkova 2021-08-09 11:11:02 +02:00 committed by Jakub Sokołowski
parent b3acdab0a5
commit d38ae33ea6
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<footer class="footer bg-black flex justify-center">
<footer class="footer bg-black flex flex-shrink-0 justify-center">
<div
class="
container

View File

@ -2,10 +2,12 @@
---
<!DOCTYPE html>
<html class="no-js" lang="en-US">
<html class="h-full" lang="en-US">
{% include head.html %}
<body>
<div class="container max-w-screen-xl mx-auto px-5 md:px-12 lg:pt-6">
<body class="h-full flex flex-col">
<div
class="flex-grow container max-w-screen-xl mx-auto px-5 md:px-12 lg:pt-6"
>
{% include header.html %}
<main class="bg-white text-black flex flex-col">{{ content }}</main>