another-theme 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36864c0f43b00ba1ca7e96000391320621fce787287dcfae106ad8f724406e87
4
- data.tar.gz: 74224358546a150a480c3b49ef1316150c3b0c749a943253454717ed891faeb4
3
+ metadata.gz: 1e1d48af7a7839124b689ce95f88fb133d668b26991c3a189234a2de32228e1b
4
+ data.tar.gz: b4099d6302e0cf9ace48d1cf81abeec27ca73221d54ff655df22777b7627dda1
5
5
  SHA512:
6
- metadata.gz: 0a9d5aaf6aa4c97477caaa26c98c73d9c4194e7fbd6b5ed13bb676382b5d0c8f5038f5a7ced2fb5958f4997665542be16835a1b53cde5ecbb6386ee42e841647
7
- data.tar.gz: b3b6390c257176bec80611a9ab55527a016639fb5bb3fcf7c78c3172061d7492c2ed63b390e48e84a6f12fc0aae54e5274a8d58ee57587626557517d6e369eb2
6
+ metadata.gz: 6b7b5d6bea7d2d9ca1f04c6da76ce020234ff791860e39663ed58f7e2db91f4c309fd80b6800b83f3f874b40da0204f1aa93b43cbbd380b81d41fe6d676e680b
7
+ data.tar.gz: 4feeb3f1f5ffa52eedd365ca1f56ac93581bdcd0ce4c9b2d08715ca08e3e1313a4273894e38b58455128fe5e075687de3e77507ca812da700086c59fe8fd5c21
@@ -2,7 +2,7 @@
2
2
  <ul class="row">
3
3
  {%- for social in site.social -%}
4
4
  {%- assign social_icon = social[0] -%}
5
- <li class="col-auto">
5
+ <li class="col-auto pr-0">
6
6
  <a href="//{{social_icon}}.com/{{social[1]}}" class="border-bottom-0">
7
7
  {%- include icons.html icon=social_icon size=17 -%}
8
8
  </a>
@@ -36,7 +36,7 @@ $grid-breakpoints: (
36
36
  // Set the number of columns and specify the width of the gutters.
37
37
 
38
38
  $grid-columns: 12 !default;
39
- $grid-gutter-width: 6.666666667% !default;
39
+ $grid-gutter-width: 30px !default;
40
40
 
41
41
 
42
42
  // Container padding
@@ -38,7 +38,7 @@
38
38
 
39
39
  .menu-toggle--btn-container {
40
40
  position: absolute;
41
- left: 3.3333333335%;
41
+ left: 15px;
42
42
  z-index: 1;
43
43
  background: transparent;
44
44
  margin: 0;
@@ -6,6 +6,11 @@
6
6
  width: 93.3333333333%;
7
7
  margin-right: auto;
8
8
  margin-left: auto;
9
+
10
+ @include media-breakpoint-down(lg) {
11
+ width: 100%;
12
+ padding: 0 15px;
13
+ }
9
14
  }
10
15
 
11
16
  @mixin make-row($gutter: $grid-gutter-width) {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: another-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Milton Olaf P