vv5-portfolio 0.1.2 → 0.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5880c440637506e9498ffa9674c2b54ea9c5faf8
4
- data.tar.gz: 82baa73f350d95f121a04e14e2138cac9a76e6b2
3
+ metadata.gz: fa46a4ac0fa1cbe043dd03876e196404e3492f01
4
+ data.tar.gz: 4d089be4a2c04ce724588256273b749c4e41d5b0
5
5
  SHA512:
6
- metadata.gz: 243b3bc406aa94a928ef2b49f6aec113d0ac169e65341d95f1d1813c16577cf9c3fae1365846bfc8f1df5d10a943379f45d06a5fce96b38729baded2cf5d309c
7
- data.tar.gz: cb2551d633549111bffa4219c5e549030475d0e1583248563c02b4f6c3963b5819fb13eb28d2f38ec382af425b1a2f702d1cb16e3db2eb8eb52edaa274a2ff74
6
+ metadata.gz: 5092a3f5a4295b5979850d80cc2585dc267388ccc69cf409c63e5ab048f73db8af8bad538fe62ff224f52120b0659a134ff403f2e6c5248d5c54f79aa50a391a
7
+ data.tar.gz: b33dbcab5b9e0ce221cfaf7e8705a2f41e766c86c5ab14d7d5a132911a20c4a1b84d4e2c601f22bc50bc65c85609a959e71e7904bbb57e0c570606d0e72e2e1b
@@ -2,7 +2,6 @@
2
2
  <h1>Portfolio</h1>
3
3
  <hr class="border-primary">
4
4
 
5
- <div class="d-flex">
6
5
  {% include portfolio_nav.html %}
7
6
 
8
7
  <div class="tab-content" id="pills-tabContent">
@@ -23,6 +22,6 @@
23
22
  </div>
24
23
  {% endfor %}
25
24
  </div>
26
- </div>
25
+
27
26
  {% include portfolio_detail.html %}
28
27
  </section>
@@ -1,4 +1,4 @@
1
- <div class="nav flex-column nav-pills mr-3" id="pills-tab" role="tablist">
1
+ <div class="nav nav-pills mr-3" id="pills-tab" role="tablist">
2
2
 
3
3
  {% for category in site.categories %}
4
4
 
@@ -5,7 +5,7 @@ html {
5
5
  body {
6
6
  margin-bottom: 150px; /* Margin bottom by footer height */
7
7
  @media (max-width: 500px){
8
- margin-bottom: 290px;
8
+ margin-bottom: 370px;
9
9
  }
10
10
  }
11
11
  .footer {
@@ -17,7 +17,7 @@ body {
17
17
  background-color: theme-color(dark);
18
18
 
19
19
  @media (max-width: 500px) {
20
- height: 290px;
20
+ height: 370px;
21
21
  }
22
22
 
23
23
  h5 {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vv5-portfolio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Reyes