-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
80 lines (69 loc) · 1.05 KB
/
style.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
77
78
79
body {
margin: 0;
padding: 0;
line-height: 1.6;
font-size: 18px;
font-family: Georgia, serif;
color: #333;
}
h1, h2, h3{
line-height: 1.2;
}
h2 {
font-size: 1.2em;
}
hr {
display: block;
height: 1px;
margin: 1em 0;
border: 0;
border-top: 1px solid #bababa;
padding: 0;
}
a, a:visited, a:active {
color: #c32148;
text-decoration: none;
}
a:hover {
color: #851b38;
}
td:first-of-type {
padding: 0;
}
header {
background-color: #c32148;
box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
}
header a, header a:visited, header a:active {
line-height: 0;
color: #fff;
}
header a:hover {
color: #ccc;
}
.container {
width: 80vw;
max-width: 750px;
margin: auto;
}
.align-right {
margin-left: auto;
}
.header-align {
display: flex;
align-items: center;
}
.gaim-logo {
width: 450px;
max-width: 35vw;
min-width: 200px;
}
.main {
padding-bottom: 5vh;
}
#logo-img {
padding: 15px 0;
width: 250px;
max-width: 15vw;
min-width: 200px;
}