Skip to content

Commit

Permalink
fix: reduce font size on mobile (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaseyhinton committed Sep 27, 2023
1 parent 557cd4d commit 412f189
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/leavitt-elements/src/leavitt-user-feedback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ export class LeavittUserFeedback extends LoadWhile(LitElement) {
overflow: hidden;
}
@media(max-width: 768px){
mwc-tab-bar {
--mdc-typography-button-font-size: 11px;
}
}
[hidden] {
display: none !important;
}
Expand Down

0 comments on commit 412f189

Please sign in to comment.