Skip to content

Commit

Permalink
Implement: Adjust font size
Browse files Browse the repository at this point in the history
  • Loading branch information
ntut-xuan committed Jun 11, 2024
1 parent b7f3435 commit 857a7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ h6, p {
}

.member p, td, th {
font-size: 1rem !important;
font-size: calc(0.7rem + .3vw) !important;
}

.ant-menu-selected .ant-menu-submenu-selected {
Expand Down

0 comments on commit 857a7d4

Please sign in to comment.