-
Notifications
You must be signed in to change notification settings - Fork 0
/
madlib-disease-states-condensed.css
100 lines (84 loc) · 1.3 KB
/
madlib-disease-states-condensed.css
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
:root {
--header-title-width: 300px;
}
* {
box-sizing: border-box;
}
body {
padding: 0;
margin: 0;
font-family: "Roboto", sans-serif;
}
header {
display: flex;
align-items: center;
background-color: #07538f;
padding: 24px;
}
header div.het-page-links {
width: calc(100% - var(--header-title-width));
display: flex;
justify-content: flex-end;
}
header p,
header a {
color: #fff;
font-size: 14px;
align-self: flex-end;
}
header p {
display: inline-block;
margin: 0;
padding-left: 24px;
text-transform: uppercase;
}
header p.het-title {
width: var(--header-title-width);
font-size: 18px;
font-family: "Montserrat", sans-serif;
align-self: flex-start;
}
header a {
text-decoration: none;
}
hr {
margin: 24px 0;
}
table {
border-collapse: collapse;
width: 100%;
font-size: 12px;
}
th,
td {
padding: 0.25rem;
text-align: left;
border: 1px solid #ccc;
}
.container {
padding: 12px;
/* max-width: 960px; */
margin: 0 auto;
}
div[class^="observablehq-"] {
margin: 24px 0;
}
div.the-mad-lib {
margin: 0;
padding: 0 10px;
}
div.the-mad-lib p {
font-size: 18px;
margin: 0;
}
.columns {
max-width: 100vw;
overflow-x: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.column {
max-width: 500px;
padding: 0 12px;
}