This commit is contained in:
2024-04-25 12:02:24 +02:00
parent 856f0f5356
commit 103ee50b6f
13 changed files with 132 additions and 233 deletions
@@ -10,59 +10,18 @@ main:not(.home) {
//
body {
#content-ontop{
z-index: 3000;
position: relative;
top: -1200px;
}
#background-animated{
z-index: 2000;
z-index: -1;
position: relative;
left: -350px;
}
position: relative;
&::before {
z-index: -1;
content: " ";
width: 100%;
height: 100%;
// background-image: url("../images/fond-ronds-trace.svg");
background-repeat: no-repeat;
background-size: content;
display: block;
position: absolute;
opacity: 0.5;
top: 100px;
left: +53px;
}
// &::after {
// z-index: -1;
// content: " ";
// width: 100%;
// height: 100%;
// background: linear-gradient(
// to top,
// white,
// rgba(255, 255, 255, 0.8)
// );
// display: block;
// position: absolute;
// transform: translateY(-100%);
// top: 100%;
// left: 0;
// }
}
article {
.__title {
// @include croix_or;
}
&.publications,
&.interviews {
margin-top: 1rem;
@@ -78,7 +37,5 @@ article {
}
}
}
h4 {
// @include croix_or;
}