blob: 51f2232074dcd4e1a37cc8fee848cfeb2ec87ed6 (
plain) (
blame)
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
|
.logo {
margin: 0 !important;
}
#title {
color: var(--offwhite);
}
h1 {
font-size: 64px !important;
font-weight: 900 !important;
margin-top: 1rem;
margin-bottom: 2.5rem;
font-family: /*'Garamond',*/
'Courier New', Courier, monospace;
}
.card {
margin: 2.5rem !important;
padding: 1.5rem;
width: 26rem !important;
}
a {
text-decoration: none;
}
.subtitle-class {
letter-spacing: 0.2rem;
}
|