jumbo-jekyll-theme 1.4.3.6 → 1.4.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_sass/core/homepage.scss +5 -1
- data/_sass/core/theme.scss +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce5d1f3cdccf3d3707aab2fd090d0d7a37ab7a61
|
|
4
|
+
data.tar.gz: 336f5ac6571e3c3f01e9d82b35d9905aadb28150
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69d247da18bd19b7c2f41fc3c99533040ee35381373c0b0e9364aa3ea9723eb995039c81156acbec7e089ff866fbf3bccfe4923f27ac2fd3e6bdde6b4d6a24a2
|
|
7
|
+
data.tar.gz: 98409c8ed0cf1f837a59afc3cb08ded43896575f5118471c589355186d44cc8be750090b6853a871a6db9e9e00e20829311488c3f3cdd33c48e3711ffdc0573a
|
data/_sass/core/homepage.scss
CHANGED
|
@@ -21,6 +21,10 @@
|
|
|
21
21
|
width:95%;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
#home-hero-image{
|
|
25
|
+
height: 150px;
|
|
26
|
+
}
|
|
27
|
+
|
|
24
28
|
|
|
25
29
|
//Jumbotron Custom Styling
|
|
26
30
|
#homepage-header{
|
|
@@ -66,7 +70,7 @@ h1#home-page-title.white {
|
|
|
66
70
|
/* Home Page Image in Jumbotron */
|
|
67
71
|
#home-hero-image {
|
|
68
72
|
width: auto;
|
|
69
|
-
height:
|
|
73
|
+
height: 200px;
|
|
70
74
|
}
|
|
71
75
|
|
|
72
76
|
// Style for Homepage
|
data/_sass/core/theme.scss
CHANGED
|
@@ -78,13 +78,13 @@ i.icon-github-circled.center-block {
|
|
|
78
78
|
font-size: 24px;
|
|
79
79
|
}
|
|
80
80
|
div#github_controls a#github_home:hover {
|
|
81
|
-
color:
|
|
81
|
+
color: $brand-primary;
|
|
82
82
|
}
|
|
83
83
|
div#github_controls a#github_home {
|
|
84
|
-
|
|
84
|
+
|
|
85
85
|
background-color: #333;
|
|
86
86
|
color: #fff;
|
|
87
|
-
|
|
87
|
+
|
|
88
88
|
transition: all 250ms ease;
|
|
89
89
|
}
|
|
90
90
|
|