Skip to content

Commit 001c78c

Browse files
authored
Merge pull request #85 from ropensci/development
Development
2 parents 0c90597 + b63b6d2 commit 001c78c

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed

_pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ home:
44
title: Dynamic Factor Models for R
55

66
template:
7-
package: rotemplate
8-
math-rendering: katex
7+
params:
8+
mathjax: true
99

1010
development:
1111
mode: auto

pkgdown/extra.css

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
.navbar-nav .nav-item > .nav-link {
2+
margin-right: 10px;
3+
}
4+
.template-home img.logo {
5+
width: 150px;
6+
}
7+
img.logo {
8+
width: 150px;
9+
margin-left: 30px;
10+
}
11+
.h1, .h2, .h3, h1, h2, h3 {
12+
margin-top: 35px;
13+
margin-bottom: 10px;
14+
}
15+
body {
16+
font-size: 100%;
17+
}
18+
dd {
19+
padding-left: 1.5rem !important;
20+
margin-bottom: 0.5rem !important;
21+
}
22+
/*
23+
p {
24+
font-size: 0.875em; 14px/16=0.875em
25+
}
26+
*/
27+
.fa-bluesky {
28+
font-family: "Font Awesome 6 Brands";
29+
font-weight: 400;
30+
}
31+
span.fa.fa-bluesky {
32+
font-size: 15.5px;
33+
}
34+
@media screen and (min-width: 1000px) {
35+
span.fa.fa-bluesky {
36+
padding-left: 12px;
37+
}
38+
}
39+
span.fa.fa-twitter {
40+
font-size: 18px;
41+
}
42+
span.fa.fa-github {
43+
font-size: 18px;
44+
margin-right: 100px;
45+
}

0 commit comments

Comments
 (0)