This repository has been archived by the owner on Jul 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: FVCproductions <hello@fvcproductions.com>
- Loading branch information
FVCproductions
committed
May 8, 2017
1 parent
91ecf19
commit deb586a
Showing
92 changed files
with
7,245 additions
and
576 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,25 @@ | ||
/* Space out content a bit */ | ||
html { | ||
width: 300px; } | ||
|
||
body { | ||
padding-top: 1.5rem; | ||
padding-bottom: 1.5rem; } | ||
padding-top: 1rem; | ||
padding-bottom: .5em; | ||
text-align: center; } | ||
|
||
/* Everything but the jumbotron gets side spacing for mobile first views */ | ||
.header, | ||
.marketing, | ||
.footer { | ||
padding-right: 1rem; | ||
padding-left: 1rem; } | ||
|
||
/* Custom page header */ | ||
.header { | ||
padding-bottom: 1rem; | ||
border-bottom: .05rem solid #e5e5e5; } | ||
|
||
/* Make the masthead heading the same height as the navigation */ | ||
.header h3 { | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
line-height: 3rem; } | ||
|
||
/* Custom page footer */ | ||
.footer { | ||
padding-top: 1.5rem; | ||
color: #777; | ||
border-top: .05rem solid #e5e5e5; } | ||
|
||
/* Customize container */ | ||
@media (min-width: 48em) { | ||
.container { | ||
max-width: 46rem; } } | ||
|
||
.container-narrow > hr { | ||
margin: 2rem 0; } | ||
|
||
/* Main marketing message and sign up button */ | ||
.jumbotron { | ||
text-align: center; | ||
border-bottom: .05rem solid #e5e5e5; } | ||
|
||
.jumbotron .btn { | ||
padding: .75rem 1.5rem; | ||
font-size: 1.5rem; } | ||
|
||
/* Supporting marketing content */ | ||
.marketing { | ||
margin: 3rem 0; } | ||
padding-top: .5em; | ||
color: #777; } | ||
|
||
.marketing p + h4 { | ||
margin-top: 1.5rem; } | ||
/* Text Area */ | ||
textarea { | ||
margin-bottom: .5em; } | ||
|
||
/* Responsive: Portrait tablets and up */ | ||
@media screen and (min-width: 48em) { | ||
/* Remove the padding we set earlier */ | ||
.header, | ||
.marketing, | ||
.footer { | ||
padding-right: 0; | ||
padding-left: 0; } | ||
/* Space out the masthead */ | ||
.header { | ||
margin-bottom: 2rem; } | ||
/* Remove the bottom border on the jumbotron for visual effect */ | ||
.jumbotron { | ||
border-bottom: 0; } } | ||
button { | ||
margin-bottom: .5em; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,38 @@ | ||
/* Space out content a bit */ | ||
|
||
html { | ||
width: 300px; | ||
} | ||
|
||
body { | ||
padding-top: 1.5rem; | ||
padding-bottom: 1.5rem; | ||
padding-top: 1rem; | ||
padding-bottom: .5em; | ||
text-align: center; | ||
} | ||
|
||
|
||
/* Everything but the jumbotron gets side spacing for mobile first views */ | ||
.header, | ||
.marketing, | ||
|
||
.footer { | ||
padding-right: 1rem; | ||
padding-left: 1rem; | ||
padding-right: 1rem; | ||
padding-left: 1rem; | ||
} | ||
|
||
/* Custom page header */ | ||
.header { | ||
padding-bottom: 1rem; | ||
border-bottom: .05rem solid #e5e5e5; | ||
} | ||
/* Make the masthead heading the same height as the navigation */ | ||
.header h3 { | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
line-height: 3rem; | ||
} | ||
|
||
/* Custom page footer */ | ||
|
||
.footer { | ||
padding-top: 1.5rem; | ||
color: #777; | ||
border-top: .05rem solid #e5e5e5; | ||
padding-top: .5em; | ||
color: #777; | ||
} | ||
|
||
/* Customize container */ | ||
@media (min-width: 48em) { | ||
.container { | ||
max-width: 46rem; | ||
} | ||
} | ||
.container-narrow > hr { | ||
margin: 2rem 0; | ||
} | ||
|
||
/* Main marketing message and sign up button */ | ||
.jumbotron { | ||
text-align: center; | ||
border-bottom: .05rem solid #e5e5e5; | ||
} | ||
.jumbotron .btn { | ||
padding: .75rem 1.5rem; | ||
font-size: 1.5rem; | ||
} | ||
/* Text Area */ | ||
|
||
/* Supporting marketing content */ | ||
.marketing { | ||
margin: 3rem 0; | ||
} | ||
.marketing p + h4 { | ||
margin-top: 1.5rem; | ||
textarea { | ||
margin-bottom: .5em; | ||
} | ||
|
||
/* Responsive: Portrait tablets and up */ | ||
@media screen and (min-width: 48em) { | ||
/* Remove the padding we set earlier */ | ||
.header, | ||
.marketing, | ||
.footer { | ||
padding-right: 0; | ||
padding-left: 0; | ||
} | ||
/* Space out the masthead */ | ||
.header { | ||
margin-bottom: 2rem; | ||
} | ||
/* Remove the bottom border on the jumbotron for visual effect */ | ||
.jumbotron { | ||
border-bottom: 0; | ||
} | ||
button { | ||
margin-bottom: .5em; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.