some styling for the single porfolio page
This commit is contained in:
parent
111295602f
commit
643180e9f7
34
resources/css/portfolio/single-portfolio.css
Normal file
34
resources/css/portfolio/single-portfolio.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user