Compare commits
2 Commits
492110c921
...
d38ff9c9dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d38ff9c9dc | ||
|
|
b1e36b62f4 |
|
|
@ -55,7 +55,7 @@ body.wp-admin h6:not(.editor-visual-editor h6) {
|
||||||
font-family: 'Fjalla One', sans-serif;
|
font-family: 'Fjalla One', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-small {
|
body :is(h1, h2, h3, h4, h5, h6).title-small {
|
||||||
@apply text-xl mb-6 font-bold tracking-wider uppercase nunito;
|
@apply text-xl mb-6 font-bold tracking-wider uppercase nunito;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,21 @@
|
||||||
.team-authors {
|
.team-authors {
|
||||||
h2 {
|
@apply max-w-screen-xl px-12 mx-auto py-24;
|
||||||
}
|
|
||||||
|
|
||||||
.author-card {
|
.author-card {
|
||||||
@apply bg-white p-12 border border-carhop-green-700;
|
@apply bg-white p-12 border border-carhop-green-700 flex flex-col;
|
||||||
|
|
||||||
&__thumbnail {
|
&__profile-picture {
|
||||||
@apply w-full h-32 object-cover mb-6 border border-carhop-green-700 relative;
|
@apply w-full h-32 object-cover mb-6 border border-carhop-green-700 relative;
|
||||||
|
|
||||||
img {
|
/* 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;
|
@apply object-cover object-center;
|
||||||
width: calc(100% - 16px);
|
|
||||||
height: calc(100% - 16px);
|
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
}
|
width: calc(100% - 16px);
|
||||||
|
height: calc(100% - 16px);
|
||||||
|
} */
|
||||||
}
|
}
|
||||||
|
|
||||||
&__name {
|
&__name {
|
||||||
@apply text-2xl font-medium mb-4;
|
@apply text-2xl font-medium mb-4;
|
||||||
}
|
}
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
@apply pt-12;
|
@apply pt-12;
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
@apply text-4xl font-medium mb-4;
|
@apply text-4xl font-medium mb-4 uppercase pb-10;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__list {
|
&__list {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user