css home fixe

This commit is contained in:
2024-04-30 23:13:01 +02:00
parent d40d483861
commit 208b8db26f
4 changed files with 12 additions and 16 deletions
@@ -11,7 +11,7 @@ main:not(.home) {
body {
#content-ontop{
position: relative;
top: -1400px;
// top: -1400px;
padding-top: 5rem;
@media screen and (max-width: 300px) {
padding-top: 2rem;
@@ -20,8 +20,8 @@ body {
#background-animated{
width: 100VW;
z-index: -1;
position: relative;
left: -400px;
position: absolute;
// left: -400px;
}
}