From 0c230c159e7a28ab751e47fdcc8df604c3163f05 Mon Sep 17 00:00:00 2001 From: David Soulayrol Date: Sun, 3 Jul 2022 22:32:04 +0200 Subject: [PATCH] =?UTF-8?q?Mention=20de=20la=20date=20de=20g=C3=A9n=C3=A9r?= =?UTF-8?q?ation=20dans=20le=20pied=20de=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/production/css/style.css | 4 ++++ layouts/base.njk | 1 + 2 files changed, 5 insertions(+) diff --git a/assets/production/css/style.css b/assets/production/css/style.css index 9e0730c..80e7e2d 100644 --- a/assets/production/css/style.css +++ b/assets/production/css/style.css @@ -99,6 +99,10 @@ abbr { text-align: center; } +.tad { + text-align: right; +} + .mt128 { margin-top: 128px; } diff --git a/layouts/base.njk b/layouts/base.njk index 070d467..50b8dec 100644 --- a/layouts/base.njk +++ b/layouts/base.njk @@ -56,6 +56,7 @@