Skip to content

Commit

Permalink
fix: buttons size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Jul 5, 2022
1 parent b02facc commit 92cf9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="flex w-full justify-center md:justify-start fade-in">
{%- for button in site.applanding.buttons ~%}
<a href="{{ button.url }}">
{%- set class = 'h-12 w-full bounce-top-icons' -%}
{%- set class = 'md:h-12 w-full bounce-top-icons' -%}
{%- if not loop.last -%}
{%- set class = class ~ ' pr-4' -%}
{%- endif ~%}
Expand Down

0 comments on commit 92cf9a9

Please sign in to comment.