We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a39c72 commit b4fc3fbCopy full SHA for b4fc3fb
2 files changed
src/styles/article.scss
@@ -28,7 +28,8 @@ article {
28
}
29
30
// Inspired from MDN's heading link styles
31
-h2 a {
+h2 a,
32
+h3 a {
33
text-decoration: none;
34
35
&::before {
src/styles/page.scss
@@ -41,7 +41,8 @@ body {
41
line-height: 1.6;
42
43
h1,
44
-h2 {
+h2,
45
+h3 {
46
margin-bottom: v-size(2, "em");
47
font-family: v-font("title");
48
font-weight: 600;
@@ -53,6 +54,9 @@ h1 {
53
54
h2 {
55
font-size: v-size(7);
56
57
58
+ font-size: v-size(6);
59
+}
60
main {
61
flex-grow: 1;
62
@@ -115,6 +119,9 @@ code {
115
119
116
120
font-size: v-size(9);
117
121
122
+ h3 {
123
+ font-size: v-size(7);
124
+ }
118
125
126
127
@include m-large {
0 commit comments