-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (39 loc) · 812 Bytes
/
style.css
File metadata and controls
47 lines (39 loc) · 812 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
main p {
max-width: 65ch;
font-size: 1.2em;
}
#main-logo {
width: 62rem;
padding: 0 5%;
height: min-content;
align-self: center;
margin: 2rem 0 2rem 0;
box-sizing: border-box;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
pointer-events: none;
}
main > h1 {
font-size: 2.2em;
font-weight: 750;
text-align: center;
}
#tagline {
margin-bottom: 4em;
font-size: 1.6em;
font-style: italic;
font-weight: 650;
text-align: center;
}
div.info-table,div.media-table {
width: 100%;
max-width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
:is(div.info-table,div.media-table) > h2 {
flex: 0 0 6em;
text-align: center;
}