We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eaf93e commit e0b8dc9Copy full SHA for e0b8dc9
assets/sass/cheat-sheet.scss
@@ -9,19 +9,19 @@
9
border-radius: 10px;
10
border: 1px solid var(--callout-color);
11
display: flex;
12
- font-size: 1rem;
+ font-size: 1em;
13
flex-direction: column;
14
gap: 5px;
15
16
p {
17
18
margin: 0 8px;
19
}
20
21
h3 {
22
color: var(--font-color);
23
line-height: 1em;
24
- font-size: 1.1rem;
+ font-size: 1.1em;
25
margin-bottom: 8px;
26
font-weight: 500;
27
@@ -71,7 +71,7 @@
71
grid-column: 1/3;
72
73
margin-top: 0;
74
- font-size: 1.2rem;
+ font-size: 1.2em;
75
font-weight: 700;
76
line-height: 1.2;
77
color: var(--orange);
0 commit comments