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/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 @@