new style now ist more little

This commit is contained in:
2026-02-27 18:11:03 -06:00
parent 1027bd0673
commit c2aba808ad
11 changed files with 136 additions and 64 deletions
+7 -1
View File
@@ -26,7 +26,7 @@
.buttonLock{
padding: 0.8rem;
position: absolute;
right: 0;
right: 100px;
background-color: #d32f2f;
}
@@ -61,4 +61,10 @@
filter: invert(1);
background-size: contain;
background-repeat: no-repeat;
}
@media(max-height:800px) {
.buttonLock {
padding: 0.5rem;
}
}