-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
76 lines (62 loc) · 1.1 KB
/
main.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
body a,
body a.btn.btn-link {
text-decoration: underline;
color: #000099;
}
header {
box-shadow: 0px 0px 1em #333333;
z-index: 10;
}
.navbar-brand {
line-height: 40px;
}
.navbar-brand span {
font-size: 40px;
color: #006778;
}
#cta-add-your-name {
margin-right: 2em;
}
main {
margin-top: 2em;
}
a.btn span,
footer #footer-links a span {
padding-left: 0.5em;
}
#the-pledge {
margin-bottom: 1em;
}
#logos {
text-align: center;
}
#logos img {
max-height: 250px;
max-width: 250px;
}
footer {
margin-top: 2em;
margin-bottom: 1em;
}
footer {
text-align: center;
}
footer #footer-links a {
padding: 0 1em;
white-space: nowrap;
}
sr-only {
border: 0 none;
clip: rect(0px,0px,0px,0px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
span.material-symbols-sharp.floating-badge-icon {
font-size: 4rem;
display: block;
float: right;
}