Skip to content

Commit c057840

Browse files
committed
fix mobile style
1 parent cedb906 commit c057840

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

widgets/src/components/styles.css

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
border-bottom: 1px solid #dddddd;
2626
font-family: "Titillium Web";
2727
font-size: 0.9rem;
28+
29+
@media (max-width: 768px) {
30+
font-size: 0.825rem;
31+
}
2832
}
2933

3034
.styled-table tbody tr:nth-of-type(even) {

0 commit comments

Comments
 (0)