Fix: width of 620 is still too big, 618 is better

This commit is contained in:
Richard Wong 2023-11-10 01:30:07 +09:00
parent 44ca120ad0
commit 3a1f76d9da
Signed by: richard
GPG Key ID: 5BD36BA2E9EE33D0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
padding: 5px;
border: 1px;
border-style: solid;
max-width: 620px;
max-width: 618px;
}
.title-box {