From 8592a43947e0f614624253f821eee5d504aea53d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 17 Jan 2024 16:38:53 +0100 Subject: [PATCH] hiding paper button on responsive --- resources/css/pages/template-archive-publications.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/css/pages/template-archive-publications.css b/resources/css/pages/template-archive-publications.css index 97110ee..7b5199f 100644 --- a/resources/css/pages/template-archive-publications.css +++ b/resources/css/pages/template-archive-publications.css @@ -2,6 +2,9 @@ .archives-publications-header { @apply bg-primary max-w-screen-xl text-white text-center mx-auto; } + .paper-button { + @apply hidden md:block; + } .highlighted-publication { @apply max-w-screen-xl mb-10 @@ -14,8 +17,6 @@ md:flex-row items-start justify-around; - &__infos { - } &__titling { @apply flex items-center gap-4 w-fit pb-4;