jekyll-theme-consulting 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/layout/_header.scss +3 -19
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a192d189a467774cc2826ca4a903ef9c4da87208
|
4
|
+
data.tar.gz: 8773dd2a4bfc56c20b3b42414b59c91559076c12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b617f2ace0a9efcecb3ec21119c40ab66798842b1b2a7f3f97e45f3250f4769ad186216af003a63e3ce3612894c593e8d7f7d75eee925a95ea3634bb6cbeb45a
|
7
|
+
data.tar.gz: bfcfcc187bb76daeda57cfbb7a812bf2332e4a8f80270011811f8c3380c6c1b22173b2dad7454ce1298b93902d278d18d4e5ffc7acf44fbbb0f361df8c50c879
|
data/_sass/layout/_header.scss
CHANGED
@@ -25,7 +25,8 @@
|
|
25
25
|
}
|
26
26
|
|
27
27
|
.icons {
|
28
|
-
|
28
|
+
position: absolute;
|
29
|
+
right: 0;
|
29
30
|
text-align: right;
|
30
31
|
}
|
31
32
|
|
@@ -39,24 +40,7 @@
|
|
39
40
|
}
|
40
41
|
}
|
41
42
|
|
42
|
-
@include breakpoint('<=xlarge') {
|
43
|
-
|
44
|
-
}
|
45
|
-
|
46
43
|
@include breakpoint('<=small') {
|
47
|
-
|
48
|
-
|
49
|
-
.logo {
|
50
|
-
font-size: 1.25em;
|
51
|
-
margin: 0;
|
52
|
-
}
|
53
|
-
|
54
|
-
.icons {
|
55
|
-
height: (6.25em / 1.25);
|
56
|
-
line-height: (6.25em / 1.25);
|
57
|
-
position: absolute;
|
58
|
-
right: (-0.625em / 1.25);
|
59
|
-
top: 0;
|
60
|
-
}
|
44
|
+
padding-left: 4em;
|
61
45
|
}
|
62
46
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-consulting
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Mougeolle
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-06-
|
11
|
+
date: 2019-06-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|