Skip to content
Snippets Groups Projects

Release

Merged Alexa Valentová requested to merge test into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -2,13 +2,14 @@
<img
class="w-74 h-74 object-cover"
src="{{ image.url }}"
alt="{{ image.alt }}"
>
<div class="text-center mt-6 mb-4">
<h2 class="head-6xl">{{ title }}</h2>
</div>
<div class="text-center flex justify-center">
{% include 'styleguide2/includes/atoms/buttons/round_button.html' with url=url classes='bg-white text-black' button_text=button_text %}
<div class="text-center flex justify-center mt-auto">
{% include 'styleguide2/includes/atoms/buttons/round_button.html' with url=url classes='bg-white text-black' text=button_text show_arrow_on_hover=True %}
</div>
</div>
Loading