chore: lint

This commit is contained in:
Mar0xy 2023-10-06 02:46:50 +02:00
parent 4e64397635
commit eed4e13d59
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 3 additions and 4 deletions

View file

@ -356,11 +356,11 @@ onUnmounted(() => {
filter: blur(8px) opacity(0.6);
// Funny CSS schenanigans to make background escape container
padding-left: 20px;
margin-left: -20px;
margin-left: -20px;
padding-right: 20px;
margin-right: -20px;
margin-right: -20px;
padding-top: 20px;
margin-top: -20px;
margin-top: -20px;
background-attachment: fixed;
}