updating page with new highlighted components
This commit is contained in:
parent
f423d685fa
commit
c20dcabd52
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
img {
|
||||
@apply rounded-2xl object-cover;
|
||||
aspect-ratio: 16/9;
|
||||
/* aspect-ratio: 16/9; */
|
||||
max-width: 400px;
|
||||
}
|
||||
&:before {
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
}
|
||||
}
|
||||
#highlighted-share-publication {
|
||||
@apply bg-primary text-white items-start;
|
||||
@apply bg-primary text-white items-start mt-16;
|
||||
/* @apply bg-gray items-start; */
|
||||
|
||||
.highlighted-publication__titling__title,
|
||||
|
|
@ -95,7 +95,8 @@
|
|||
|
||||
.highlighted-share-publication__cover {
|
||||
@apply rounded-2xl mt-12 md:mt-0;
|
||||
max-width: 350px;
|
||||
max-width: 200px;
|
||||
max-height: 230px;
|
||||
}
|
||||
}
|
||||
.brochures-archives,
|
||||
|
|
@ -104,9 +105,10 @@
|
|||
@apply max-w-screen-xl mx-auto pt-4 pb-16 mt-8;
|
||||
}
|
||||
|
||||
&[filter-active] {
|
||||
/* &[filter-active] {
|
||||
#highlighted-share-publication,
|
||||
.highlighted-publication {
|
||||
@apply !hidden;
|
||||
}
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user