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
File diff suppressed because one or more lines are too long
@@ -6,28 +6,14 @@
main:not(.home) {
padding: 4rem 0 !important; } }
body {
position: relative; }
body #content-ontop {
z-index: 3000;
position: relative;
top: -1200px; }
body #background-animated {
z-index: 2000;
position: relative;
left: -350px; }
body::before {
z-index: -1;
content: " ";
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: content;
display: block;
position: absolute;
opacity: 0.5;
top: 100px;
left: +53px; }
body #content-ontop {
position: relative;
top: -1200px; }
body #background-animated {
z-index: -1;
position: relative;
left: -350px; }
article.publications, article.interviews {
margin-top: 1rem; }