-
Notifications
You must be signed in to change notification settings - Fork 2
/
rlr.css
72 lines (58 loc) · 1.17 KB
/
rlr.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
/* css styles */
/*-- navbar --*/
.navbar {
padding-top: 0;
padding-bottom: 0;
font-size: 1.1em;
/*font-family: "Monaco", monospace;*/
letter-spacing: normal;
}
#quarto-header {
border-bottom: 2px solid #f0eeeb;
}
.navbar-logo {
max-height: 180px;
width: auto;
align-items: baseline;
}
#title-block-header {
margin-block-end: 1rem;
position: relative;
margin-top: 0px;
height: 10%; /*-- 10% of the viewport height --*/
}
/*-- Netlify Outfit --*/
.quarto-title-banner {
margin-block-end: 1rem;
position: relative;
margin-top: 0px;
height: 10%; /*-- 70% of the viewport height --*/
}
/*-- sidebar --*/
.sidebar {
font-size: 0.874rem;
font-weight: 400;
font-family: "Monaco", monospace;
letter-spacing: normal;
margin-bottom: 0.5rem;
margin-top: 0.3rem;
border-bottom: 0;
padding-bottom: 0;
padding-top: 0px;
}
/*-- font styles --*/
.body {
font-size: 1.3rem;
font-weight: 400;
font-family: "Monaco", monospace;
color: black;
letter-spacing: normal;
}
/*-- homepage styles --*/
.listing-block {
max-width: 1000px;
margin: 0 auto;
padding-bottom: 1.1em;
box-sizing: border-box;
border-bottom: 1px solid black;
}