This commit is contained in:
2024-05-02 11:13:57 +02:00
4 changed files with 8 additions and 12 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;
}
}