Skip to content

Commit 86d5606

Browse files
committed
reduce font size on mobile
1 parent fbdae1f commit 86d5606

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

assets/css/style.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,12 +1137,10 @@ br { margin-bottom: 20px; }
11371137
width: 15px;
11381138
height: 15px;
11391139
}
1140-
table {
1141-
font-size: 0.70rem;
1142-
}
11431140
th:first-child {
11441141
text-align: left;
11451142
width: 20%;
1143+
font-size: 0.70rem;
11461144
}
11471145
th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(5), th:nth-child(6){
11481146
width: calc((100% - 20%) / 5);

0 commit comments

Comments
 (0)