position background

This commit is contained in:
2024-05-24 15:06:29 +02:00
parent 516dc3147c
commit 71c22e5bad
5 changed files with 24 additions and 20 deletions
@@ -1,10 +1,11 @@
@media screen and (min-width: 768px) {
main:not(.home) {
padding: 1.5rem 0 !important; } }
@media screen and (min-width: 992px) {
main:not(.home) {
padding: 4rem 0 !important; } }
main:not(.home) {
padding-top: 1.5rem; }
@media screen and (min-width: 768px) {
main:not(.home) {
padding: 1.5rem 0 !important; } }
@media screen and (min-width: 992px) {
main:not(.home) {
padding: 4rem 0 !important; } }
body #content-ontop {
position: relative;
@@ -17,7 +18,8 @@ body #background-animated {
width: 100VW;
z-index: -1;
position: absolute;
overflow: hidden; }
overflow: hidden;
left: 0; }
article.publications, article.interviews {
margin-top: 1rem; }