jumbo-jekyll-theme 3.0.50 → 3.0.51

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
  SHA256:
3
- metadata.gz: 49754abf0afd24d6fa1a9b5d3b7fc117ba269051b8716b7bc5ea4c39ad49aeab
4
- data.tar.gz: 1e5214a873af4cf6717d7ba30ef88b1fdfc20bb6581b9f45d0b36df29eca585d
3
+ metadata.gz: 9a7533c44cf58689608d865c9bfdcdc244df5bb79c1b9c84db0df5609195673b
4
+ data.tar.gz: e8261c1ccf53ac89e3cee4f0e160da48231af4e1270e09709decfeadd11644bf
5
5
  SHA512:
6
- metadata.gz: 92550943ac7a0213801d4583ff17b21644e0bc1f6996223fa4851efd1aeb55469ae5670ce1594cf475687a7083d8771513665bc7a4fca50d338d5541bef3db2d
7
- data.tar.gz: 0a529b406d80ee968eaf391e815935576f8992f1ccb898c96570db28574830a62c4d634da7d61370eb8c624c9dd348d1d691d3a595086f0566fc84a442933aa6
6
+ metadata.gz: 8540757c6efa5d9597cd1fb77fa155261b7e81bff0349dc154249ce179231ac03c392b27d2f63ef32b40733db1e3baa9e44780645cad5282bef08e1b17f394c8
7
+ data.tar.gz: e00a35eefd02520a0883a4a90f4276f2a8a1de395f757ed9db65b6cff3b7b0d89f05cce498486032209ce45ae8b4c63412c38ce0f128e732477ca55868e46084
@@ -63,7 +63,7 @@
63
63
  .carousel.slide.carousel-fade {
64
64
  position: absolute;
65
65
  top: 0px;
66
- z-index: -1;
66
+ z-index: 0;
67
67
  }
68
68
  nav#universal-nav {
69
69
  z-index: 2;
data/_sass/core/nav.scss CHANGED
@@ -876,6 +876,7 @@ nav#main-navigation.navbar-static {
876
876
  height: $navbar-height + 20;
877
877
  padding-bottom: 10px;
878
878
  padding-top: 10px;
879
+ position: relative;
879
880
  }
880
881
 
881
882
  nav#main-navigation.navbar-fixed-top {
@@ -601,6 +601,10 @@ blockquote:before {
601
601
  #content-container{
602
602
  padding-top:20px;
603
603
  }
604
+ .row.content {
605
+ position: relative;
606
+ background-color: white;
607
+ }
604
608
  /* VCenter Img*/
605
609
  .vcenter-img {
606
610
  display: inline-block;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.50
4
+ version: 3.0.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby