add interviews post_type
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user