Merge remote-tracking branch 'template/master' into development_template
This commit is contained in:
		@@ -1 +1,12 @@
 | 
			
		||||
<div class="h-20 lg:h-52"></div>
 | 
			
		||||
<<<<<<< HEAD
 | 
			
		||||
<div class="h-20 lg:h-52"></div>
 | 
			
		||||
=======
 | 
			
		||||
 | 
			
		||||
{% set height = 52 %}
 | 
			
		||||
{% if size %}
 | 
			
		||||
    {% if size == "small" %}
 | 
			
		||||
        {% set height = 28 %}
 | 
			
		||||
    {% endif %}
 | 
			
		||||
{% endif %}
 | 
			
		||||
<div class="h-20 lg:h-{{height}}"></div>
 | 
			
		||||
>>>>>>> template/master
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user