Skip to content

Commit ae0d87d

Browse files
committed
reduce font size take two
1 parent 86d5606 commit ae0d87d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/css/style.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,15 +1132,16 @@ br { margin-bottom: 20px; }
11321132
th {
11331133
font-size: 0.70rem;
11341134
}
1135-
1135+
table {
1136+
font-size: 0.70rem;
1137+
}
11361138
.circle {
11371139
width: 15px;
11381140
height: 15px;
11391141
}
11401142
th:first-child {
11411143
text-align: left;
11421144
width: 20%;
1143-
font-size: 0.70rem;
11441145
}
11451146
th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(5), th:nth-child(6){
11461147
width: calc((100% - 20%) / 5);

0 commit comments

Comments
 (0)