Skip to content

Commit b9dbcd3

Browse files
committed
frontend: use font-sizes with maximum size
1 parent cdf2a6d commit b9dbcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/web/src/style/variables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
--size-subheader: 1.8rem;
5555
--size-medium: var(--size-default);
5656
--size-default: 1.4rem;
57-
--size-small: 1.2rem;
57+
--size-small: min(1.2rem, 20px);
5858
--size-xsmall: 1.1rem;
5959
--size-label: var(--size-small);
6060
--size-button: var(--size-default);

0 commit comments

Comments
 (0)