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.
2 parents 17e4fac + 0d4b5fb commit 98f4a9eCopy full SHA for 98f4a9e
_sass/layout/type-md.scss
@@ -43,10 +43,10 @@
43
44
h4,
45
h5 {
46
- font-size: 1.063rem;
+ font-size: 1.0rem;
47
font-family: $base-font-family;
48
text-transform: uppercase;
49
- font-weight: $font-bold;
+ font-weight: $font-regular;
50
}
51
52
@@ -74,13 +74,12 @@
74
.text-step {
75
h2 {
76
margin-bottom: 24px;
77
-
+ }
78
+ h3 {
79
+ margin-bottom: 0.5rem;
80
81
82
blockquote,
- h3,
- h4,
83
- h5,
84
img,
85
p,
86
pre,
@@ -89,6 +88,10 @@
89
88
margin-bottom: 18px;
90
91
+ h4, h5 {
92
93
94
+
95
ol,
96
ul {
97
padding-left: 18px;
0 commit comments