mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-12 06:44:48 +00:00
Make footer sticky
This commit is contained in:
parent
b3acdab0a5
commit
d38ae33ea6
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user