Remove unused styles

This commit is contained in:
7heMech
2025-11-12 17:58:54 +02:00
parent 17cc75fe7d
commit d783cc3b90
2 changed files with 1 additions and 8 deletions

View File

@@ -1,10 +1,3 @@
.logo {
width: 200px;
}
.helperBtns {
position: absolute;
top: 10px;
right: 10px;
z-index: 1000;
}

View File

@@ -125,4 +125,4 @@ export default function Login() {
</div>
</Page>
);
}
}