Compare commits

..

No commits in common. "8507ac4fc5f0df3cec6b25a143bd595d7d1556bf" and "d38ff9c9dc56fd5b9a346e0736dd7692a4d89667" have entirely different histories.

3 changed files with 5 additions and 44 deletions

View File

@ -44,7 +44,6 @@
@import './blocks/decorative-shapes.css';
@import './blocks/narrative-card.css';
@import './blocks/scroll-story-block.css';
@import './blocks/gallery.css';
/* ########### LIBS ############ */
@import './libs/swiper.css';

View File

@ -1,22 +0,0 @@
.gallery {
@apply max-w-screen-xl mx-auto px-12 py-12;
.gallery-card {
@apply h-auto py-12 border border-primary !p-3;
img {
@apply w-full max-h-80 object-cover;
}
}
.swiper-slide {
@apply p-2;
}
.swiper-slide:nth-child(even) .gallery-card {
@apply rotate-1;
}
.swiper-slide:nth-child(odd) .gallery-card {
@apply -rotate-1;
}
}

View File

@ -2,25 +2,10 @@
@apply max-w-screen-xl px-12 mx-auto py-24;
.author-card {
@apply bg-white p-8 border border-carhop-green-700 mb-0 flex flex-col;
&--director {
@apply bg-primary;
.author-card__name,
.author-card__bio {
@apply text-white;
}
.author-card__email {
@apply bg-white text-primary;
&:hover {
@apply bg-carhop-green-900;
}
}
}
@apply bg-white p-12 border border-carhop-green-700 flex flex-col;
&__profile-picture {
@apply w-full h-32 object-cover mb-6 border border-carhop-green-700 relative bg-white;
@apply w-full h-32 object-cover mb-6 border border-carhop-green-700 relative;
/* img {
@apply object-cover object-center;
@ -32,11 +17,11 @@
}
&__name {
@apply text-2xl font-medium mb-4 uppercase;
@apply text-2xl font-medium mb-4;
}
&__email {
@apply mt-4 text-lg;
@apply mt-4;
&:hover {
@apply cta--primary;
@ -44,7 +29,6 @@
}
&__bio {
@apply text-base text-primary text-center leading-relaxed;
}
}
.comity-type {
@ -55,7 +39,7 @@
}
&__list {
@apply grid md:grid-cols-2 lg:grid-cols-3 gap-8;
@apply grid grid-cols-2 md:grid-cols-3 gap-12;
}
&__item {