diff --git a/public/mix-manifest.json b/public/mix-manifest.json new file mode 100644 index 0000000..585e57f --- /dev/null +++ b/public/mix-manifest.json @@ -0,0 +1,4 @@ +{ + "/js/app.js": "/js/app.js", + "/css/app.css": "/css/app.css" +} \ No newline at end of file diff --git a/resources/assets/sass/_variables.scss b/resources/assets/sass/_variables.scss index 604068a..d6b975c 100644 --- a/resources/assets/sass/_variables.scss +++ b/resources/assets/sass/_variables.scss @@ -5,7 +5,7 @@ $body-bg: #000; // Typography $font-family-sans-serif: "Raleway", sans-serif; -$font-size-base: 14px; +$font-size-base: 1rem; $line-height-base: 1.6;