Created
March 16, 2016 00:49
-
-
Save colwem/ad1d8ad9ab29c04ecded to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| .jumbotron | |
| .container | |
| .visible-xs-block | |
| .center-block | |
| img( | |
| alt="AutoCron" | |
| src="/images/logos/AutoCronLogo.svg") | |
| .title.h1 | |
| | AutoCron | |
| .subtitle.h1 | |
| small | |
| | Re-cron your cron | |
| .visible-sm-block | |
| .center-block | |
| img( | |
| alt="AutoCron" | |
| src="/images/logos/AutoCronLogo.svg") | |
| .title.h1 | |
| | AutoCron | |
| .subtitle.h1 | |
| small | |
| | Re-cron your cron | |
| .visible-md-block.visible-lg-block | |
| .parent | |
| img( | |
| alt="AutoCron" | |
| src="/images/logos/AutoCronLogo.svg") | |
| .bottom | |
| span.title.h1 | |
| | AutoCron | |
| span.subtitle.h1 | |
| small | |
| | Re-cron your cron | |
This file contains hidden or 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
| .visible-xs-block, .visible-sm-block | |
| .title | |
| margin-top 0.7em | |
| margin-bottom 0px | |
| line-height 0.4em | |
| .subtitle | |
| margin-top 0px | |
| margin-bottom 0px | |
| .visible-xs-block | |
| .center-block | |
| width 200px | |
| img | |
| width 200px | |
| .visible-sm-block | |
| .center-block | |
| width 400px | |
| img | |
| width 200px | |
| .visible-md-block, .visible-lg-block | |
| .center-block | |
| width 800px | |
| img | |
| width 300px | |
| .parent | |
| position relative | |
| .bottom | |
| position absolute | |
| bottom 10px | |
| left 300px | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment