fix spacing by moving one thing by 8px even tho nobody will ever notice

This commit is contained in:
Luna 2025-11-15 19:30:51 -03:00
parent f786adc4e1
commit e24afef278

View file

@ -165,7 +165,7 @@ main, .js > div > div {
} }
.title2 { .title2 {
top: 0; top: 0;
left: calc(50vw + 32px); left: calc(50vw + 24px);
} }
} }