Deligraph-V3/resources/css/pages/single-portfolio.css
2025-02-05 17:17:09 +01:00

43 lines
650 B
CSS

.wp-admin.post-type-portfolio .is-root-container,
.portfolio-single {
@apply pt-28 mx-auto;
h1,
h2,
h3,
h4,
h5,
h6 {
@apply bigCaslon;
&:before {
@apply content-none;
}
}
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: 2.5rem;
}
/* & + *:not(.simple-screen) {
@apply xl:mt-32;
} */
}
.chapter-section + .peertube-integration {
@apply mt-8;
}