forked from nearform/the-fastify-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
60 lines (48 loc) · 737 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
img {
width: 100%;
}
#slide-empty-center-page {
text-align: center;
}
#slide-empty-center-page img {
width: 50%;
}
#slide-using-inspector p img {
width: 80%;
}
#slide-clinic p {
text-align: center;
}
#slide-clinic p img {
width: 50% !important;
}
#slide-deopt p {
text-align: center;
}
#slide-deopt p img {
width: 90%;
}
.no-border h1 {
border-bottom: none;
padding-top: 20%;
text-align: center;
}
ul,
ol {
font-size: 1.75rem;
}
#slide-clinic-flame-img img,
#slide-clinic-flame-img-zoomed img {
height: 80%;
}
#slide-shapes-image img,
#slide-shapes-transitions-image img {
height: 25rem;
}
.slidev-layout {
display: flex;
flex-direction: column;
}
.slidev-code-wrapper {
overflow-y: auto;
}