-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyles.css
More file actions
57 lines (47 loc) · 915 Bytes
/
styles.css
File metadata and controls
57 lines (47 loc) · 915 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
html {
min-height: 100%;
position: relative;
}
body {
margin-bottom: 3em;
}
.sticky-footer {
bottom: 0;
height: 3em;
padding: 1em 0;
position: absolute;
width: 100%;
}
.macosforge-logo, .macosforge-logo a {
color: rgb(194, 202, 216);
font-family: "Myriad Set Pro", "Myriad Pro", "Myriad Set", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
}
.macosforge-logo-forge {
background: rgb(194, 202, 216);
border-radius: 0.2em;
color: #fff;
padding: 0.1em 0.2em;
}
.page-header h1 {
font-size: 48px;
text-align: center;
}
.macosforge-projects div {
padding-bottom: 1em;
}
@media (min-width: 768px) {
.macosforge-projects div {
min-height: 10em;
padding-bottom: 0;
}
}
.macosforge-projects a:hover {
text-decoration: none;
}
.macosforge-projects a:hover h4 {
text-decoration: underline;
}
.macosforge-projects a p {
color: #333;
}