Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lucperkins/hugo-fresh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan M <StefMa@users.noreply.github.com>2019-10-04 12:33:13 +0300
committerGitHub <noreply@github.com>2019-10-04 12:33:13 +0300
commite2f293083dc03ae0ef02498e5fa1a1fcba855d45 (patch)
treea2281494a2dbf3091a876678fd4ea5b1cf0c03ee
parent3ec8032f538fcef00c848420e5eeb4c040758fd2 (diff)
parente035ff287bbfe86bf5c1dd9194fd3e341f82321b (diff)
Merge pull request #76 from nathanbiller/fixIssue#27-section3-image-overlaps-section2-feature-illustrations
Issue#27Corrected the overlapping issue of section 3 on section 2 by decreasing the viewport height.
-rw-r--r--.circleci/config.yml12
-rw-r--r--assets/fresh/partials/_sections.scss2
2 files changed, 5 insertions, 9 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index acb4db1..7102bbd 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- - image: alpine:3.9.2
+ - image: alpine:3.10.2
steps:
- run:
@@ -75,13 +75,9 @@ jobs:
- run:
name: Install now CLI
command: |
- apk add wget
- wget -q https://github.com/zeit/now-cli/releases/download/15.4.0/now-alpine.gz
- apk add gzip
- gunzip now-alpine.gz
- chmod a+x now-alpine
- mv now-alpine /usr/local/bin/now
- apk add libstdc++ libgcc
+ apk add --update npm
+ npm config set unsafe-perm true
+ npm install -g now@16.3.0
- run:
name: Publish to now.sh
working_directory: my-site/public
diff --git a/assets/fresh/partials/_sections.scss b/assets/fresh/partials/_sections.scss
index 763071d..75808eb 100644
--- a/assets/fresh/partials/_sections.scss
+++ b/assets/fresh/partials/_sections.scss
@@ -61,7 +61,7 @@ Section Styles
//Pulled image
img.pushed-image {
- margin-top: -29vh;
+ margin-top: -5vh;
}
//Icon box