From a2c0c604cac6191af2aad97b2d89a284604d6c7d Mon Sep 17 00:00:00 2001 From: sharpshark28 Date: Sun, 16 Oct 2016 21:42:37 -0500 Subject: [PATCH] Corrected npm install to run start --- partials/header.html | 2 +- src/app.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/partials/header.html b/partials/header.html index 54bb77f..e4979c2 100644 --- a/partials/header.html +++ b/partials/header.html @@ -20,7 +20,7 @@ [ sharpshark28@joewroten.com ] (master) ~/portfolio
- npm install + npm run start
Starting up server, serving ./ on port: 8080 ...
diff --git a/src/app.scss b/src/app.scss index 04be87c..8fbe822 100644 --- a/src/app.scss +++ b/src/app.scss @@ -341,6 +341,9 @@ video { #intro-cmd-10 { animation-delay: 4s; } + #intro-cmd-11 { + animation-delay: 4.1s; + } #intro-response-1 { animation-delay: 4.2s; }