Skip to content

Commit 2460232

Browse files
committed
fix: increased font size in guide for info modal
1 parent 161e3ad commit 2460232

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,14 +1335,14 @@ body {
13351335

13361336
.step-title {
13371337
font-weight: 600;
1338-
font-size: clamp(13px, 1.1vw, 15px);
1338+
font-size: clamp(16px, 1.4vw, 20px);
13391339
color: var(--text-primary);
13401340
margin-bottom: var(--space-sm);
13411341
display: block;
13421342
}
13431343

13441344
.step-description {
1345-
font-size: clamp(12px, 1vw, 14px);
1345+
font-size: clamp(14px, 1.2vw, 17px);
13461346
color: var(--text-secondary);
13471347
line-height: 1.6;
13481348
margin: 0;

0 commit comments

Comments
 (0)