Skip to content

Commit

Permalink
fix mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
c2d13p committed Dec 17, 2024
1 parent cedb906 commit c057840
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions widgets/src/components/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
border-bottom: 1px solid #dddddd;
font-family: "Titillium Web";
font-size: 0.9rem;

@media (max-width: 768px) {
font-size: 0.825rem;
}
}

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

0 comments on commit c057840

Please sign in to comment.