-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathposter.css
More file actions
63 lines (50 loc) · 878 Bytes
/
poster.css
File metadata and controls
63 lines (50 loc) · 878 Bytes
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
@import url('https://fonts.googleapis.com/css2?family=Miriam+Libre&family=Roboto&display=swap');
#hero {
padding-top: 10%;
}
h1, h2, #hero h1 {
font-family: Miriam Libre;
}
h1, h2, #hero h1 {
font-family: Miriam Libre;
}
#hero h1 {
font-size: 2.25em;
}
#hero p {
font-size: 2.1rem;
}
.wrapping {
float: right;
shape-outside: url("assets/blender/render-align/frame0000.png");
shape-margin: 50px;
width: 80%;
}
#fig-structure > figure > figcaption {
float: left;
clear: both;
}
#logo-hbigs {
width: 22%;
position: absolute;
bottom: 1.5%;
right: 5%;
}
#logo-hits {
width: 40%;
position: absolute;
bottom: 7%;
right: 30%;
}
#logo-uni-hd {
width: 25%;
position: absolute;
bottom: 8%;
right: 3%;
}
#hero > p:first-of-type {
padding-top: 1em;
}
#hero .call-to-action {
font-size: 1.3rem;
}