This commit is contained in:
samaradel
2022-04-26 16:01:21 +02:00
parent 3df35e893c
commit 2580420fcc
2 changed files with 8 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ All our docs are the results of community efforts. Create a pull request if you
<!-- section 6 (DOCUMENTATION) -->
{% row(style="center between") %}
{% row(style="center between" id="table_link") %}
## EXPLORE THE <br> **DOCUMENTATION**

View File

@@ -20,6 +20,12 @@ Parameters:
{% endif %}
{% set col_class = "flex-1 mb-8 md:mb-0 md:mx-8" %}
{% set row_id = '' %}
{% if id %}
{% set row_id = id %}
{% endif %}
{% if style %}
@@ -78,7 +84,7 @@ Parameters:
<div class="{{row_class}}" style="{{styles}}">
<div class="{{row_class}}" style="{{styles}}" id="{{row_id}}">
{% for column in columns%}
<!-- Hides empty columns if displayed vertically in small screen -->