Skip to content

Commit fbdae1f

Browse files
committed
Mobile table settings
1 parent b00b376 commit fbdae1f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

assets/css/style.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,13 +1130,24 @@ br { margin-bottom: 20px; }
11301130
}
11311131

11321132
th {
1133-
font-size: 0.75rem;
1133+
font-size: 0.70rem;
11341134
}
11351135

11361136
.circle {
11371137
width: 15px;
11381138
height: 15px;
11391139
}
1140+
table {
1141+
font-size: 0.70rem;
1142+
}
1143+
th:first-child {
1144+
text-align: left;
1145+
width: 20%;
1146+
}
1147+
th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(5), th:nth-child(6){
1148+
width: calc((100% - 20%) / 5);
1149+
text-align: center;
1150+
}
11401151
}
11411152
}
11421153

0 commit comments

Comments
 (0)