diff --git a/_config.yml b/_config.yml index bbed00a..ad4e4b4 100755 --- a/_config.yml +++ b/_config.yml @@ -4,8 +4,11 @@ title: 'Jekyll Serif' logo: mobile: "images/logo/logo-mobile.svg" + mobile_height: "32px" + mobile_width: "32px" desktop: "images/logo/logo.svg" - desktop_height: "36px" + desktop_height: "32px" + desktop_width: "120px" collections: services: @@ -27,7 +30,7 @@ defaults: sass: indentWidth: 4 - style: compact # possible values: nested expanded compact compressed + style: compressed # possible values: nested expanded compact compressed precision: 10 plugins: @@ -43,4 +46,4 @@ exclude: - vendor/ruby/ - LICENSE.md - LICENSE - - README.md \ No newline at end of file + - README.md diff --git a/_data/features.json b/_data/features.json index 6a0dd09..96b347d 100644 --- a/_data/features.json +++ b/_data/features.json @@ -2,16 +2,28 @@ { "title": "Free Consultation", "description": "New clients receive an obligation free consultation.", - "image": "images/features/noun_branding_1885335.svg" + "image": { + "url": "images/features/noun_branding_1885335.svg", + "width": 80, + "height": 80 + } }, { "title": "Certified Accountants", "description": "All members of our team are certified accountants.", - "image": "images/features/noun_The Process_1885341.svg" + "image": { + "url": "images/features/noun_The Process_1885341.svg", + "width": 80, + "height": 80 + } }, { "title": "Tax Compliance", "description": "We stay up to date on the latest changes to the tax code.", - "image": "images/features/noun_3d modeling_1885342.svg" + "image": { + "url": "images/features/noun_3d modeling_1885342.svg", + "width": 80, + "height": 80 + } } ] diff --git a/_includes/footer.html b/_includes/footer.html index 3cf4d09..dfb091c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@