Skip to content

Commit 32d188b

Browse files
committed
Selfreview
1 parent 403d423 commit 32d188b

File tree

2 files changed

+12
-21
lines changed

2 files changed

+12
-21
lines changed

docs/css/custom.css

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,28 +158,34 @@ body {
158158

159159
.md-typeset h1 {
160160
margin: 0 0 1rem;
161-
font-size: 34px;
161+
font-size: 24px;
162+
line-height: 34px;
162163
}
163164

164165
.md-typeset h2 {
165-
font-size: 28px;
166+
font-size: 20px;
167+
line-height: 27px;
166168
}
167169

168170
.md-typeset h3 {
169-
font-size: 24px;
171+
font-size: 18px;
172+
line-height: 22px;
170173
}
171174

172175
.md-typeset h4 {
173-
font-size: 22px;
176+
font-size: 16;
177+
line-height: 19px;
174178
}
175179

176180
.md-typeset h5 {
177-
font-size: 18px;
181+
font-size: 14px;
182+
line-height: 18px;
178183
text-transform: none;
179184
}
180185

181186
.md-typeset h6 {
182-
font-size: 16px;
187+
font-size: 12px;
188+
line-height: 18px;
183189
}
184190

185191
.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4, .md-typeset h5, .md-typeset h6 {

scss/pills.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,3 @@
4747
div.pills {
4848
float: right;
4949
}
50-
51-
// Used in reference only?
52-
// .md-typeset .content-header .pills {
53-
// float: none;
54-
// width: 100%;
55-
// }
56-
57-
// .md-typeset .content-header .pill {
58-
// display: inline-block;
59-
// margin-bottom: 12px;
60-
// font-size: 12px;
61-
// line-height: 18px;
62-
// padding: 0 8px;
63-
// background-color: transparent;
64-
// }

0 commit comments

Comments
 (0)