Compare commits

..

No commits in common. "d38ff9c9dc56fd5b9a346e0736dd7692a4d89667" and "492110c921cf9a1027e5665886551fac2a295647" have entirely different histories.

2 changed files with 11 additions and 11 deletions

View File

@ -55,7 +55,7 @@ body.wp-admin h6:not(.editor-visual-editor h6) {
font-family: 'Fjalla One', sans-serif;
}
body :is(h1, h2, h3, h4, h5, h6).title-small {
.title-small {
@apply text-xl mb-6 font-bold tracking-wider uppercase nunito;
}

View File

@ -1,21 +1,21 @@
.team-authors {
@apply max-w-screen-xl px-12 mx-auto py-24;
h2 {
}
.author-card {
@apply bg-white p-12 border border-carhop-green-700 flex flex-col;
@apply bg-white p-12 border border-carhop-green-700;
&__profile-picture {
&__thumbnail {
@apply w-full h-32 object-cover mb-6 border border-carhop-green-700 relative;
/* img {
@apply object-cover object-center;
object-fit: cover;
object-position: center;
img {
@apply absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 object-cover object-center bg-carhop-green-100;
width: calc(100% - 16px);
height: calc(100% - 16px);
} */
object-fit: cover;
object-position: center;
}
}
&__name {
@apply text-2xl font-medium mb-4;
}
@ -35,7 +35,7 @@
@apply pt-12;
&__title {
@apply text-4xl font-medium mb-4 uppercase pb-10;
@apply text-4xl font-medium mb-4;
}
&__list {