git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
Simple explanation of how to add a map to a website using Google Maps API v3
Forked from Enrique Moreno Tent's Pen Google Maps API v3 - Basic Map.
A Pen by Kharis Sulistiyono on CodePen.
/* Samsung Galaxy S4 Landscape */ | |
@media screen (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) | |
and (device-width: 1920px) | |
and (orientation: landscape) { | |
/* Your styles here */ | |
} | |
/* Samsung Galaxy S4 Portrait */ | |
@media screen (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) | |
and (device-width: 1080px) |