diff --git a/src/css/main.scss b/src/css/main.scss index 9d2ec5c..dc397bd 100644 --- a/src/css/main.scss +++ b/src/css/main.scss @@ -57,8 +57,22 @@ html { margin: 40px auto 0; .hook-box, .hook-box:before { - background-color: darken(#ff5600, 10%); + background-color: darken(#ff5600, 0%); @extend .bg-spots-dots; + + padding-left: 0; + padding-right: 0; + padding-bottom: 0; + } + + .salmon-run-header, .salmon-run-content { + padding-left: 10px; + padding-right: 10px; + padding-bottom: 10px; + } + + .salmon-run-content { + padding-top: 15px; } } diff --git a/src/img/mr-grizz.png b/src/img/mr-grizz.png new file mode 100644 index 0000000..bcb1ccd Binary files /dev/null and b/src/img/mr-grizz.png differ diff --git a/src/img/salmon-run.png b/src/img/salmon-run.png new file mode 100644 index 0000000..5c8ea06 Binary files /dev/null and b/src/img/salmon-run.png differ diff --git a/src/js/components/SalmonRunBox.vue b/src/js/components/SalmonRunBox.vue index df77051..2932acb 100644 --- a/src/js/components/SalmonRunBox.vue +++ b/src/js/components/SalmonRunBox.vue @@ -1,21 +1,48 @@