From edb59c74992134a752e09d136677a1e74248645e Mon Sep 17 00:00:00 2001 From: Rick Date: Sat, 30 May 2020 19:02:50 +0200 Subject: [PATCH] Patch dimensions fixe de la div --- index.html | 2 +- style/mastodonFooter.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a376b83..334d997 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ \ No newline at end of file diff --git a/style/mastodonFooter.css b/style/mastodonFooter.css index 1f6e1ed..e0d0ad4 100644 --- a/style/mastodonFooter.css +++ b/style/mastodonFooter.css @@ -1,5 +1,6 @@ #petitAffichage { - width: 250px; + /*width: 250px;*/ + position: absolute; height: 65px; padding: 10px; margin: 0;