This commit is contained in:
Cay 2026-03-14 12:36:30 +00:00
parent 70b14bec7e
commit 0b6121543e
2 changed files with 15 additions and 3 deletions

12
.htmlhintrc Normal file
View File

@ -0,0 +1,12 @@
{
"tagname-lowercase": true,
"attr-lowercase": true,
"attr-value-double-quotes": true,
"doctype-first": true,
"tag-pair": true,
"spec-char-escape": true,
"id-unique": true,
"src-not-empty": true,
"attr-no-duplication": true,
"title-require": true
}

View File

@ -305,15 +305,15 @@ body {
.helmet {
top: 10px;
left: 50%;
left: 40%;
transform: translateX(-50%);
}
/* AMULET */
.amulet {
top: 80px;
left: 50%;
top: 10px;
left: 60%;
transform: translateX(-50%);
}