Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit c78f14d

Browse files
style: heading sample size and weight
1 parent ded87ac commit c78f14d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

studio/src/app/components/editor/app-slot-type/app-slot-type.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ app-slot-type {
1313

1414
ion-list {
1515
ion-item {
16-
h1,
16+
h1 {
17+
font-size: 28px;
18+
}
19+
1720
h2 {
18-
font-weight: 400;
21+
font-size: 20px;
1922
}
2023

2124
h3 {
22-
font-weight: 400;
25+
font-size: 17px;
2326
}
2427

2528
h1,

0 commit comments

Comments
 (0)