Skip to content

Instantly share code, notes, and snippets.

@amadeus
Last active December 18, 2015 22:39
Show Gist options
  • Save amadeus/5855994 to your computer and use it in GitHub Desktop.
Save amadeus/5855994 to your computer and use it in GitHub Desktop.
{% if asset.asset_css %}
<style type="text/css">
{% raw asset.asset_css %}
</style>
{% end %}
{% if campaign.is_challenge %}
<style type="text/css">
html, body {
min-height:{{ height }}px
};
</style>
{% end %}
@geetarista
Copy link

😐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment