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;