misc: 기본 글꼴 크기를13px -> 14px

This commit is contained in:
2021-12-07 00:37:23 +09:00
parent e8148ab4dc
commit fcb8da95ca
14 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ body {
}
input {
font-size: 13px;
font-size: 14px;
}
.center {
@@ -34,7 +34,7 @@ table.mimic_flex {
table.tb_layout {
border-collapse: collapse;
padding: 0px;
font-size: 13px;
font-size: 14px;
word-break: break-all;
}