-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhcs.Rmd
72 lines (57 loc) · 790 Bytes
/
hcs.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
title: "About different health care systems"
listing:
posts:
- 2023-09-09-the-swedish-health-care-system
- 2023-09-09-burdens-of-caregivers
output: distill::distill_article
---
```{css, echo = FALSE}
body {
position: relative;
left: -200px;
width: 1800px
}
h1 {
text-indent: 0;
margin-top: 100px;
padding: -1;
border: 0px;
width: 1200px;
}
h2 {
text-indent: 0;
margin: 0px;
padding: -1;
border: 0px;
width: 1200px;
font-size: 18px;
}
a.post {
text-indent: 0;
margin: 0px;
padding: 0px;
border: 0px;
width: 1200px;
}
ul {
text-indent: 0;
margin: 0px;
padding: -1;
border: 0px;
width: 1200px;
}
p {
text-indent: 0;
margin: 0px;
padding: -1;
border: 0px;
width: 1200px;
}
div.publishedDate {
font-size: 15px;
}
div.dt-author {
font-size: 15px;
}
```