Skip to content

Commit

Permalink
style(wcp-root): decrease font size
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenke committed Jan 26, 2024
1 parent 72e7954 commit e7071a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/root/root.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}

@include utils.breakpoint(md) {
font-size: 15px;
font-size: 14px;
}

@include utils.breakpoint(lg) {
font-size: 17px;
font-size: 15px;
}
}

Expand Down

0 comments on commit e7071a0

Please sign in to comment.