58 lines
916 B
CSS
58 lines
916 B
CSS
.wp-admin.post-type-portfolio .is-root-container,
|
|
.portfolio-single {
|
|
@apply pt-0 md:pt-28 mx-auto;
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
@apply bigCaslon tracking-normal;
|
|
|
|
&:before {
|
|
@apply content-none;
|
|
}
|
|
}
|
|
|
|
a {
|
|
color: unset;
|
|
@apply underline underline-offset-4;
|
|
text-decoration-thickness: 1px;
|
|
&:hover {
|
|
color: unset;
|
|
text-decoration-thickness: 1px;
|
|
}
|
|
}
|
|
|
|
p,
|
|
span {
|
|
font-family: "Montserrat", sans-serif;
|
|
@apply text-xs leading-relaxed;
|
|
}
|
|
strong {
|
|
@apply font-semibold;
|
|
}
|
|
|
|
&__project-infos {
|
|
border-bottom: 1px solid #3e3c3c;
|
|
@apply flex flex-wrap alignfull list-none;
|
|
}
|
|
|
|
h2 {
|
|
@apply text-4xl pb-6 !font-bold;
|
|
font-size: 1.5rem;
|
|
line-height: 1;
|
|
@screen md {
|
|
font-size: 2.5rem;
|
|
}
|
|
}
|
|
/* & + *:not(.simple-screen) {
|
|
@apply xl:mt-32;
|
|
} */
|
|
}
|
|
|
|
.chapter-section + .peertube-integration {
|
|
@apply mt-8;
|
|
}
|