feat: login and register view

This commit is contained in:
Tim
2025-07-17 18:50:06 +08:00
parent a7d3372a7e
commit 9e20993b93
6 changed files with 57 additions and 1 deletions
+18
View File
@@ -165,4 +165,22 @@ body {
.info-content-text tbody tr:hover {
background-color: var(--menu-selected-background-color);
transition: background-color 0.2s ease;
}
@media (max-width: 768px) {
.info-content-text h1 {
font-size: 20px;
}
.info-content-text h2 {
font-size: 18px;
}
.info-content-text p {
font-size: 12px;
}
.info-content-text li {
font-size: 12px;
}
}