From 651870110c140d563bb155d82bf686aef43872a6 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 5 Jun 2023 17:00:36 +0300 Subject: [PATCH] update --- templates/shortcodes/row.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html index 1e3dc994c..63986ea48 100644 --- a/templates/shortcodes/row.html +++ b/templates/shortcodes/row.html @@ -135,13 +135,6 @@ Parameters: {% set styles = "background: " ~ gradient ~ "; background-size: cover" %} {% set row_class = row_class ~ " w-auto -mx-4 sm:-mx-12 md:-mx-16 lg:-mx-20" %} {% endif %} -{% if bgStyle %} - {% if "full" in bgStyle %} - {% set styles = styles ~ "height: -webkit-fill-available; height: 100vh;" %} - {% elif "hero" in bgStyle %} - {% set div_class = div_class ~ " -mt-24 pt-12 " %} - {% endif %} - {% endif %} {% set url = body | split(pat="href=") | slice(start=1) | first | split(pat=">") | first | trim_start_matches(pat='"') %}