-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_masthead.scss
68 lines (57 loc) · 1.16 KB
/
_masthead.scss
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
.masthead {
@include linear-gradient($ruby-red, lighten($ruby-red, 10%));
}
.site-header {
background: transparent url('/images/ruby.png') no-repeat center 30px;
background-size: 630px 485px;
font-weight: 800;
color: #fff;
padding: 30px 0;
text-align: center;
text-transform: uppercase;
width: 100%;
@include media($mobile) {
background-size: 400px;
img {
width: 300px;
}
}
}
.site-title {
font-size: 64px;
letter-spacing: 15px;
margin-bottom: 0;
@include media($mobile) {
font-size: 36px;
letter-spacing: 8px;
}
}
.site-subtitle {
font-size: 14px;
font-weight: 500;
letter-spacing: 3px;
@include media($mobile) {
.bullet {
display: none;
}
.ethusiasts,
.city {
display: block;
}
.city {
font-family: $font-family-serif;
font-style: italic;
letter-spacing: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;}
}
}
.site-subtitle .of.long {
font-family: $font-family-serif;
font-style: italic;
font-weight: normal;
letter-spacing: 0;
margin-left: -3px;
text-transform: none;
-webkit-font-smoothing: antialiased;
}