hiding paper button on responsive

This commit is contained in:
Antoine M 2024-01-17 16:38:53 +01:00
parent ccfc97eb29
commit 8592a43947

View File

@ -2,6 +2,9 @@
.archives-publications-header { .archives-publications-header {
@apply bg-primary max-w-screen-xl text-white text-center mx-auto; @apply bg-primary max-w-screen-xl text-white text-center mx-auto;
} }
.paper-button {
@apply hidden md:block;
}
.highlighted-publication { .highlighted-publication {
@apply max-w-screen-xl @apply max-w-screen-xl
mb-10 mb-10
@ -14,8 +17,6 @@
md:flex-row md:flex-row
items-start items-start
justify-around; justify-around;
&__infos {
}
&__titling { &__titling {
@apply flex items-center gap-4 w-fit pb-4; @apply flex items-center gap-4 w-fit pb-4;