35 lines
493 B
CSS
35 lines
493 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-sm leading-relaxed;
|
|
}
|
|
strong {
|
|
@apply font-semibold;
|
|
}
|
|
|
|
&__project-infos {
|
|
border-bottom: 1px solid #3e3c3c;
|
|
@apply flex flex-wrap alignfull list-none;
|
|
}
|
|
|
|
h2 {
|
|
@apply text-5xl pb-6;
|
|
}
|
|
}
|