some styling for the single porfolio page

This commit is contained in:
Antoine M 2025-01-30 10:38:33 +01:00
parent 111295602f
commit 643180e9f7

View File

@ -0,0 +1,34 @@
.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;
}
}