bubblin-jekyll 1.1.4 → 1.1.5
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/scss/_reusable.scss +6 -12
- 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: 43c01f414d9c9b5f710d4e57e53eec1476a700e0
|
4
|
+
data.tar.gz: d0ea24c625994b4708b08d068fbe68cf6afbb088
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d05759732520cdddfdf7888c973684f6641351a3ce39bbea30d4378604f3209193df808d06113678dfd2dd12a0b2704d7591cce35d37dcd03b858a561af3699
|
7
|
+
data.tar.gz: 285e14acabb4f270313c69cc75a4696565d28d968d8babe6201432e109f1166f0fec307dfd242241b53b4bfb7a58dc3ce0cb5bd9e431d4efd4017a5634c57fbc
|
data/_sass/scss/_reusable.scss
CHANGED
@@ -24,7 +24,6 @@ html {
|
|
24
24
|
|
25
25
|
body {
|
26
26
|
color: rgba(0, 0, 0, 0.85);
|
27
|
-
background: aliceblue;
|
28
27
|
margin: 0;
|
29
28
|
font-family: 'EB Garamond', serif;
|
30
29
|
font-smooth: always;
|
@@ -36,7 +35,6 @@ body {
|
|
36
35
|
-webkit-osx-font-smoothing: antialiased;
|
37
36
|
}
|
38
37
|
|
39
|
-
|
40
38
|
/* Anchors */
|
41
39
|
|
42
40
|
a {
|
@@ -238,12 +236,7 @@ th {
|
|
238
236
|
/* Element Positioning */
|
239
237
|
|
240
238
|
.container {
|
241
|
-
margin:
|
242
|
-
background: white;
|
243
|
-
}
|
244
|
-
|
245
|
-
.wrapper {
|
246
|
-
margin: 0 auto;
|
239
|
+
margin-top: 90px;
|
247
240
|
}
|
248
241
|
|
249
242
|
.left {
|
@@ -463,7 +456,9 @@ ul.horizontal-list li {
|
|
463
456
|
margin: 0 auto;
|
464
457
|
text-align: center;
|
465
458
|
}
|
466
|
-
|
459
|
+
.wrapper {
|
460
|
+
width: 90vw;
|
461
|
+
}
|
467
462
|
}
|
468
463
|
}
|
469
464
|
|
@@ -493,9 +488,8 @@ ul.horizontal-list li {
|
|
493
488
|
.align {
|
494
489
|
margin: 0 0;
|
495
490
|
}
|
496
|
-
.
|
497
|
-
width:
|
498
|
-
margin-left: 208px;
|
491
|
+
.wrapper {
|
492
|
+
width: 60vw;
|
499
493
|
}
|
500
494
|
}
|
501
495
|
}
|