This commit is contained in:
2025-07-14 16:23:25 +08:00
parent 3db7e42e71
commit 6927bdbc42
2 changed files with 7 additions and 4 deletions

View File

@@ -43,8 +43,9 @@ body {
font-size: 1.2em;
font-weight: 400;
color: #333;
max-width: 1920px !important;
margin:0 auto;
--max-width: 1920px;
max-width: var(--max-width);
margin: 0 auto;
}
select,