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:
|
||||
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
|
||||
|
||||
@@ -61,7 +61,7 @@ Section Styles
|
||||
|
||||
//Pulled image
|
||||
img.pushed-image {
|
||||
margin-top: -29vh;
|
||||
margin-top: -5vh;
|
||||
}
|
||||
|
||||
//Icon box
|
||||
|
||||
Reference in New Issue
Block a user