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