Skip to content

Commit

Permalink
文字の大きさを調整
Browse files Browse the repository at this point in the history
  • Loading branch information
tmo1031 committed Aug 14, 2024
1 parent 974cb4e commit 1136630
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/checksheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
width: auto; /* 幅を自動調整 */
}

.label-cell {
font-size: 15px;
}

@media (max-width: 600px){
.label-cell {
font-size: 11px;
}
}

.overlayMid, .overlayInner, .overlay-label {
display: block;
text-align: center;
Expand Down
1 change: 1 addition & 0 deletions docs/io.js
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ function refresh(mode) {
const y = parsedYear + adj;

labelCell.id = `label-${i}`;
labelCell.classList.add('label-cell');
row.appendChild(labelCell);

for (let j = 0; j < groups; j++) {
Expand Down

0 comments on commit 1136630

Please sign in to comment.