diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..f824911 --- /dev/null +++ b/.bundle/config @@ -0,0 +1,2 @@ +--- +BUNDLE_WITH: "production" diff --git a/content/assets/images/pusheen.png b/content/assets/images/pusheen.png new file mode 100644 index 0000000..aa4e7f1 Binary files /dev/null and b/content/assets/images/pusheen.png differ diff --git a/content/assets/stylesheets/includes/cammie.scss b/content/assets/stylesheets/includes/cammie.scss index 54cb13d..71b0b5b 100644 --- a/content/assets/stylesheets/includes/cammie.scss +++ b/content/assets/stylesheets/includes/cammie.scss @@ -45,6 +45,25 @@ &.diag i { transform: rotate(45deg); } + } } } +#cammie-section { + + .nav-center{ + width:100%; + } + button{ + background-color: $orange; + color: white; + margin-top: 5px; + border-radius: 0; + border: none; + width: 33.333333333333333333333333333333333333333333333333333%; + &:not(:last-child){ + margin-right: 5px; + } + } + +} diff --git a/content/assets/stylesheets/includes/navbar.scss b/content/assets/stylesheets/includes/navbar.scss index a2fbc8e..3811dac 100644 --- a/content/assets/stylesheets/includes/navbar.scss +++ b/content/assets/stylesheets/includes/navbar.scss @@ -10,11 +10,10 @@ #santa { position: absolute; - z-index: 500; - left: 27px; - top: -1px; - width: 40px; - transform: scale(-1, 1); + z-index: 300; + left: 5px; + top: 10px; + width: 60px; } } diff --git a/layouts/partials/_navbar.erb b/layouts/partials/_navbar.erb index 6464ad0..23544e6 100644 --- a/layouts/partials/_navbar.erb +++ b/layouts/partials/_navbar.erb @@ -3,7 +3,7 @@
<% if christmastime? %> - + <% end %>