From 9456e390af7ebddc3c64b28e804340d52e925fe2 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Wed, 31 Aug 2022 13:17:01 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20mauvaise=20pr=C3=A9sentation=20mobile=20?= =?UTF-8?q?de=20la=20revue=20de=20presse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/presse.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/presse.pcss b/src/style/presse.pcss index 34f7bcc..bf41c88 100644 --- a/src/style/presse.pcss +++ b/src/style/presse.pcss @@ -5,7 +5,7 @@ @apply no-underline; .news-card { - @apply m-2 border-2 rounded-lg w-[480px] relative flex flex-col items-center overflow-hidden bg-slate-600; + @apply m-2 border-2 rounded-lg lg:w-[480px] relative flex flex-col items-center overflow-hidden bg-slate-600; height: 35rem; .news-head {