forked from bigbiolab/bigbiolab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
45 lines (40 loc) · 782 Bytes
/
styles.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
/* css styles */
.hero {
width: 67%;
max-height: 400px;
margin-left: auto;
margin-right: auto;
display: block;
padding-top: 20px;
padding-bottom: 20px;
}
.quarto-about-jolla p.subtitle {
text-align: center;
}
.card-other-values {
margin-bottom: 0;
}
.quarto-grid-item .card-other-values tr > td:first-of-type {
font-weight: 600;
padding-right: 0;
padding-left: 0;
vertical-align: top;
width: 50%;
}
.pub-list a.btn {
font-size: 80%;
border-radius: 4px;
border: 1px solid black;
margin-top: 0.5rem;
margin-bottom: 1.5rem;
margin-right: 0.2rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
iframe.slide-deck {
border: 3px solid #dee2e6;
width: 100%;
height: 475px;
}