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.
This commit is contained in:
@@ -2,7 +2,7 @@ version: 2
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: alpine:3.9.2
|
- image: alpine:3.10.2
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
@@ -75,13 +75,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install now CLI
|
name: Install now CLI
|
||||||
command: |
|
command: |
|
||||||
apk add wget
|
apk add --update npm
|
||||||
wget -q https://github.com/zeit/now-cli/releases/download/15.4.0/now-alpine.gz
|
npm config set unsafe-perm true
|
||||||
apk add gzip
|
npm install -g now@16.3.0
|
||||||
gunzip now-alpine.gz
|
|
||||||
chmod a+x now-alpine
|
|
||||||
mv now-alpine /usr/local/bin/now
|
|
||||||
apk add libstdc++ libgcc
|
|
||||||
- run:
|
- run:
|
||||||
name: Publish to now.sh
|
name: Publish to now.sh
|
||||||
working_directory: my-site/public
|
working_directory: my-site/public
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ Section Styles
|
|||||||
|
|
||||||
//Pulled image
|
//Pulled image
|
||||||
img.pushed-image {
|
img.pushed-image {
|
||||||
margin-top: -29vh;
|
margin-top: -5vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Icon box
|
//Icon box
|
||||||
|
|||||||
Reference in New Issue
Block a user