File tree 3 files changed +4
-14
lines changed
3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ title: Pantheon Docs
5
5
subtitle : Information for building, launching, and running dynamic sites on the Pantheon Website Management Platform
6
6
url : /docs
7
7
site_url : https://pantheon.io
8
- assets_version : 6.1
8
+ assets_version : 6.2
9
9
10
10
# ######################################################################################################
11
11
# The contributors. Include your info here, under the "contributors" key, using the following template:
Original file line number Diff line number Diff line change 289
289
}
290
290
291
291
h1 {
292
- font-size : 36 px ;
293
- line-height : 1.3 em ;
292
+ font-family : Avenir-Heavy ;
293
+ color : # 313945 ;
294
294
}
295
295
296
296
h2 {
297
- font-size : 24px ;
298
- line-height : 1.3em ;
299
- margin : 40px 0 10px 0 ;
300
297
font-family : Avenir-Heavy;
301
298
color : # 313945 ;
302
299
}
303
300
304
301
h3 {
305
- margin : 30px 0 5px 0 ;
306
302
font-family : Avenir-Heavy;
307
- font-size : 18px ;
308
303
color : # 44525E ;
309
304
}
310
305
h4 {
311
- margin : 20px 0 20px 0 ;
312
306
font-family : Avenir-Heavy;
313
- font-size : 14px ;
314
- text-transform : uppercase;
315
307
color : # 313945 ;
316
- letter-spacing : 2px ;
317
- line-height : 24px ;
318
308
}
319
309
h3 .changelog {
320
310
font-family : Avenir-Heavy;
Original file line number Diff line number Diff line change 85
85
86
86
// **scrollTo**: Accepts Number (pixels)
87
87
// The amount of space between the top of page and the selected table of contents item after the page has been scrolled
88
- scrollTo : 125 ,
88
+ scrollTo : 145 ,
89
89
90
90
// **showAndHideOnScroll**: Accepts a boolean: true or false
91
91
// Determines if table of contents nested items should be shown and hidden while scrolling
You can’t perform that action at this time.
0 commit comments