jekyll-theme-noesya 1.0.25 → 1.0.26
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/commons/header.sass +3 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86150bd945c4eafcf74b6ef9041e7c9cd1517a2529b6c2be74e2728c483d007e
|
4
|
+
data.tar.gz: e07efd22690691cc79202020cba58190389e541a347582c46515263088f64030
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42e0647a9e33e2b6d871b65821ea46e347af9c0b4251a0e910c243101e2a8f9a31f3e388e545215143a12b37571ddfd6a7d94124d4e56aa1a33f9385cb081928
|
7
|
+
data.tar.gz: ea3a5d316ba5dbee2da929bdc84b4e43159c6d94f03c7f04cf50b37c17add27faf0e16272840650a9dd9f64ed44c9494cabb3af301e86cd1a4b01abee6cd6d4d
|
data/_sass/commons/header.sass
CHANGED
@@ -28,9 +28,10 @@ body > header
|
|
28
28
|
flex-shrink: 0
|
29
29
|
font-size: px2rem(25)
|
30
30
|
margin-left: $grid-gutter
|
31
|
-
@media
|
32
|
-
font-size: px2rem(
|
31
|
+
@include media-breakpoint-down(sm)
|
32
|
+
font-size: px2rem(22)
|
33
33
|
margin-left: $grid-gutter / 2
|
34
|
+
margin-right: 2px
|
34
35
|
|
35
36
|
@include media-breakpoint-up(lg)
|
36
37
|
width: calc(8.3333% + 9px)
|