style: 폰트 크기를 ux_setting 표준 규격(14px)으로 복구 및 최적화

This commit is contained in:
2026-06-11 13:06:04 +09:00
parent 19e6be27de
commit 0c1977f707
2 changed files with 7 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ body {
color: var(--text-main);
background-color: var(--bg-color);
line-height: 1.5;
font-size: 19px;
font-size: 14px;
overflow: hidden;
}