File tree 5 files changed +40
-1
lines changed
5 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1
1
.entry-content {
2
+ .title {
3
+ font-weight : $bold ;
4
+ }
2
5
.content {
6
+ a {
7
+ color : $link ;
8
+ & :hover {
9
+ color : $link ;
10
+ text-decoration : underline ;
11
+ }
12
+ }
13
+ p {
14
+ margin-bottom : $space-normal ;
15
+ }
3
16
.og-numbers {
4
17
list-style : none ;
5
18
counter-reset : og- counter;
Original file line number Diff line number Diff line change 15
15
padding-top : $space-normal ;
16
16
}
17
17
.main-navigation {
18
+ width : 100% ;
18
19
ul {
19
20
list-style : none ;
20
21
.menu-item {
101
102
}
102
103
}
103
104
}
105
+ .home {
106
+ .main-content {
107
+ padding-left : 0 ;
108
+ padding-right : 0 ;
109
+ .entry-content {
110
+ @include touch () {
111
+ padding-left : $space-normal ;
112
+ padding-right : $space-normal ;
113
+ }
114
+ }
115
+ }
116
+ }
104
117
.main-content {
105
118
@include touch () {
106
119
padding-left : $space-normal ;
Original file line number Diff line number Diff line change 1
1
.homepage-header {
2
2
.top-header-image {
3
3
position : relative ;
4
+ height : 170px ;
5
+ overflow : hidden ;
4
6
a {
5
7
& :hover {
6
8
.attribution {
18
20
color : $grey-dark ;
19
21
font-weight : $bold ;
20
22
font-size : $size-7 ;
23
+ @include mobile () {
24
+ left : 0 ;
25
+ width : 100% ;
26
+ }
21
27
}
22
28
img {
23
29
width : 100% ;
30
+ height : 100% ;
31
+ object-fit : cover ;
24
32
}
25
33
}
26
34
}
30
38
31
39
.card {
32
40
margin-bottom : $space-normal ;
41
+ & :hover {
42
+ text-decoration : none !important ;
43
+ }
33
44
& .number-card {
34
45
display : block ;
35
46
padding : $size-3 ;
Original file line number Diff line number Diff line change @@ -31,11 +31,13 @@ $brown : #BD7800;
31
31
$yellow : #FFF2DF ;
32
32
$gray-light : #DBDBDB ;
33
33
$grey-dark : #353535 ;
34
+ $black : #000000 ;
34
35
35
36
$primary : $orange ;
36
37
$success : $light-green ;
37
38
38
39
$link : $orange ;
40
+ $title-color : $black ;
39
41
40
42
41
43
$brand-colors : (
You can’t perform that action at this time.
0 commit comments