add interviews post_type

This commit is contained in:
kevin
2021-04-19 13:10:04 +02:00
parent 7707f7f2c2
commit e7e5c22bb9
22 changed files with 1107 additions and 404 deletions
@@ -1,16 +1,16 @@
main:not(.home){
main:not(.home) {
@media screen and (min-width: 768px) {
padding: 1.5rem 0!important;
padding: 1.5rem 0 !important;
}
@media screen and (min-width: 992px) {
padding: 4rem 0!important;
padding: 4rem 0 !important;
}
}
//
body{
body {
position: relative;
&::before{
&::before {
z-index: -1;
content: " ";
width: 100%;
@@ -22,15 +22,16 @@ body{
top: 0;
left: 0;
}
&::after{
&::after {
z-index: -1;
content: " ";
width: 100%;
height: 100%;
background:
linear-gradient(
background: linear-gradient(
to top,
rgba(255, 255, 255, 0.8), white, rgba(255, 255, 255, 0.8)
rgba(255, 255, 255, 0.8),
white,
rgba(255, 255, 255, 0.8)
);
display: block;
position: absolute;
@@ -40,14 +41,15 @@ body{
}
}
article{
.__title{
article {
.__title {
@include croix_or;
}
&.publications{
&.publications,
&.interviews {
margin-top: 1rem;
.paragraph--type--images{
img{
.paragraph--type--images {
img {
max-width: 100%;
max-height: 400px;
object-fit: contain;
@@ -58,6 +60,6 @@ article{
}
}
}
h4{
h4 {
@include croix_or;
}