-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
66 lines (53 loc) · 954 Bytes
/
custom.css
File metadata and controls
66 lines (53 loc) · 954 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
58
59
60
61
62
63
64
65
.news {
max-width: 550px;
padding: 1em;
}
.subsection p {
padding-top: 1em;
}
section {
background-color: var(--background-color);
}
main {
padding-top: 0 !important;
}
section {
margin-bottom: 0;
padding-bottom: 1em;
padding-top: 1em;
clear: both;
}
/* Global CSS variables */
:root {
--spacing-company: 2rem;
--font-weight: 400;
--border-radius: 0;
}
/* Typography */
h2, h3, hgroup > :last-child {
font-weight: 200;
font-size: 2em;
margin-bottom: 0.5em;
}
small {
color: var(--muted-color);
}
/* Header */
.hero {
background-color: #394046;
background-image: url("img/papaioannou-kostas-tysecUm5HJA-unsplash.jpg");
background-position: center;
background-size: cover;
}
header {
padding: var(--spacing-company) 0;
}
header hgroup > :last-child {
color: var(--h3-color);
}
header hgroup {
margin-bottom: var(--spacing-company);
}
.subsection {
clear: both;
}