hiding paper button on responsive
This commit is contained in:
parent
ccfc97eb29
commit
8592a43947
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user