Skip to content

Commit

Permalink
Increase image quality for project banners
Browse files Browse the repository at this point in the history
  • Loading branch information
anishTP committed Nov 8, 2023
1 parent 4e2cd1b commit 841bb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/templates/macros.html.jinja2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{%- set img_size = namespace() %}
{%- set img_size.profile_banner = 1200 %}
{%- set img_size.spotlight_banner = 700 %}
{%- set img_size.spotlight_banner = 1200 %}
{%- set img_size.card_banner = 400 %}
{%- set img_size.card_banner_small = 100 %}
{%- set img_size.profile_logo = 240 %}
Expand Down

0 comments on commit 841bb61

Please sign in to comment.