Browse Source

Fix a grid misalignment in the welcome page

pull/476/head
Pēteris Caune 4 years ago
parent
commit
dc9fcfa0ab
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/front/welcome.html

+ 1
- 1
templates/front/welcome.html View File

@ -615,7 +615,7 @@
{% endif %}
{% if enable_spike %}
<div class="col-md-2 col-sm-4 col-xs-6">
<div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
<div class="integration">
<img src="{% static 'img/integrations/spike.png' %}" class="icon" alt="Spike.sh icon" />
<h3>


Loading…
Cancel
Save