Skip to content

Commit f63d23e

Browse files
committed
frontend: use responsive fontsizes in guide component
1 parent c4e80b1 commit f63d23e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

frontends/web/src/components/guide/guide.module.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313
.close {
1414
display: flex;
15-
height: 24px;
15+
height: 2.4rem;
1616
padding: 4px;
17-
width: 24px;
17+
width: 2.4rem;
1818
}
1919

2020
.close img {
21-
height: 20px;
21+
height: 2rem;
2222
margin-left: calc(var(--space-quarter) / 2);
23-
width: 20px;
23+
width: 2rem;
2424
}
2525

2626
.wrapper {
@@ -116,10 +116,9 @@
116116
display: flex;
117117
font-size: var(--size-subheader);
118118
flex-direction: row;
119-
font-weight: bold;
120119
justify-content: flex-start;
121-
line-height: 1.2em;
122-
width: 16px;
120+
line-height: 1.2;
121+
width: 1.2rem;
123122
}
124123

125124
.entryTitle .entryTitleText {
@@ -131,7 +130,7 @@
131130
display: flex;
132131
flex-direction: row;
133132
justify-content: flex-start;
134-
padding-left: 16px;
133+
padding-left: 1.2rem;
135134
}
136135

137136
.expanded {

0 commit comments

Comments
 (0)