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 0a8841f commit 91ef6d1Copy full SHA for 91ef6d1
src/components/core/Page/header.js
@@ -7,11 +7,16 @@ import Rating from "../Rating";
7
import { RATING_POSITION } from "../../../constants";
8
import { convertToSlug } from "../../../utils";
9
10
-const PageTitle = styled.h1`
+const PageTitle = styled.h2`
11
margin: 0;
12
display: flex;
13
justify-content: space-between;
14
flex-direction: column;
15
+ font-weight: 500;
16
+ text-rendering: optimizeLegibility;
17
+ font-size: 2.25rem;
18
+ line-height: 1.1;
19
+ letter-spacing: -0.02em;
20
@media (min-width: 768px) {
21
flex-direction: row;
22
}
0 commit comments