Add Eternity classic final fixes

This commit is contained in:
2026-09-19 14:33:07 +03:00
parent 5ac55a5cb3
commit 078823ce22
3 changed files with 43 additions and 0 deletions
+9
View File
@@ -123,4 +123,13 @@ button:hover,
#login-form #logo {
max-width: 260px;
height: auto;
}
body > #logo {
display: block;
width: 180px;
max-width: calc(100% - 40px);
height: auto;
max-height: 36px;
margin: 8px 12px;
}