From f113496a4f950d247de3dd9134205117b315a3a1 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Sun, 26 Jun 2022 11:29:57 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20la=20disponibilit=C3=A9=20ne=20s?= =?UTF-8?q?=E2=80=99affiche=20pas=20en=20dessous=20de=20600px=20de=20large?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylesheets/small.css | 2 +- stylesheets/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stylesheets/small.css b/stylesheets/small.css index 59243c8..c58405a 100644 --- a/stylesheets/small.css +++ b/stylesheets/small.css @@ -1,5 +1,5 @@ img#logo { - width: 80%; + width: 70%; } p.Centered { diff --git a/stylesheets/style.css b/stylesheets/style.css index b80c77c..bdc6da2 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -74,3 +74,7 @@ footer { margin-top: 40px; font-size: 1.1em; } + +.availability-ribbon { + display: block !important; +}