Skip to content

Commit e7a6d1e

Browse files
committed
fix(API-1893): change Requirement block font size and weight
1 parent ccdb9cf commit e7a6d1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/components.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ button {
6060
flex-direction: column;
6161
align-items: center;
6262

63-
font-size: 20px;
63+
font-size: 18px;
6464
line-height: 24px;
6565

6666
color: #677688;

styles/guided-tutorial.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
align-items: flex-end;
55
}
66
.endpoint-text {
7-
font-weight: 600;
7+
font-weight: 500;
88
font-size: 15px;
99
line-height: 18px;
1010
margin-right: 10px;
@@ -31,7 +31,7 @@
3131
flex-direction: column;
3232
align-items: center;
3333

34-
font-size: 20px;
34+
font-size: 18px;
3535
line-height: 24px;
3636

3737
color: #677688;

0 commit comments

Comments
 (0)