logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: f9e9a856b753d6c8c590a6b6f2b4c535dd03dd71
parent b7d7156979d3c92367f0eea0f5c77065f7c9f75e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 25 Dec 2020 23:13:48 +0100

css: `clear: both` on footer

Diffstat:

Mcss/index.css1+
Mtemplates/head.shtml2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/css/index.css b/css/index.css @@ -193,5 +193,6 @@ footer { margin-top: 1rem; padding: 0.5em 0; text-align: center; + clear: both; } footer a { color: inherit; } diff --git a/templates/head.shtml b/templates/head.shtml @@ -1,5 +1,5 @@ <meta charset="utf-8"/> - <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2020121402"/> + <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2020122501"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab" /> <link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/>