File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __version__ = 'v0.1.10 '
1+ __version__ = 'v0.1.11 '
Original file line number Diff line number Diff line change 1919 class ="bg-light p-3 m-auto text-center "
2020 {% endif %}
2121 >
22- {{ include.footer.text | default: site.data.index.footer.text | default: site.data.index.footer }}
22+ {{ include.footer.text | default: site.data.index.footer.text | default: site.data.index.footer.text }}
2323 © Powered by < a class ="link-primary " href ="https://github.com/webifier/build "> Webifier</ a >
2424 </ div >
2525</ footer >
Original file line number Diff line number Diff line change 4747 {% assign section_content_shadow = "hover-shadow" %}
4848 {% endif %}
4949 < div
50+ id ="{{pair[0]}} "
5051 {% if pair[1].background %}
5152 {% if include.inline ! = null %}
5253 class ="row align-items-center p-0 py-2 "
5354 {% else %}
54- class ="row align-items-center py-3 p{{pad_direction}}-xs-0 p{{pad_direction}}-sm-0
55+ class ="row align-items-start py-3 p{{pad_direction}}-xs-0 p{{pad_direction}}-sm-0
5556 p{{pad_direction}}-md-1 p{{pad_direction}}-lg-2 p{{pad_direction}}-xlg-2 p{{pad_direction}}-xxlg-2 "
5657 style ="
5758 min-height: 5vh;
7475 >
7576 {% if pair[1].label != false and include.inline == null %}
7677 {% if pair[1].label.position == null or pair[1].label.position == "left" %}
77- < div class ="shadow-lg bg-dark col-12 col-sm-12 col-md-2 col-lg-2 col-xl-2
78+ < div class ="mt-4 mb-4 shadow-lg bg-dark col-12 col-sm-12 col-md-2 col-lg-2 col-xl-2
7879 col-xxl-2 p-2 d-flex text-muted justify-content-center "
7980 >
8081 < strong > {{label}}</ strong >
You can’t perform that action at this time.
0 commit comments