-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.css
More file actions
53 lines (53 loc) · 1.05 KB
/
Copy pathheader.css
File metadata and controls
53 lines (53 loc) · 1.05 KB
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
header {
line-height: 1.8rem;
}
header .site-branding {
text-align: center;
margin-bottom: 2rem;
font-family: "Open Sans", arial, sans-serif;
letter-spacing: 0.1em;
text-transform: uppercase;
}
header .site-branding .site-title {
margin: 0;
font-size: 1.4rem;
}
header .site-branding .site-title a {
display: inline-block;
color: #fff;
font-weight: bolder;
background-color: #f03838;
line-height: 3rem;
height: 3rem;
padding: 0 1rem;
-webkit-transition: padding 0.3s ease-out;
transition: padding 0.3s ease-out;
}
header .site-branding .site-title a:hover {
padding: 0 1.5rem;
}
header .site-branding .site-description {
color: #9e9e9e;
font-size: 1.3rem;
margin: 1rem 0 0;
}
header .site-navigation {
text-align: center;
}
header .site-navigation ul {
list-style: none;
padding: 0;
margin: 0;
font-size: 1.6em;
}
header .site-navigation ul li {
display: inline-block;
margin: 0 0.5rem;
}
header .site-navigation ul li a {
display: block;
color: #f03838;
font-size: 1.6rem;
line-height: 2rem;
padding: 0 1rem;
}