Skip to content

Commit 43e3d3b

Browse files
Astraxx04palnabarun
authored andcommitted
Speakers section
1 parent 7618980 commit 43e3d3b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/_includes/components/img-container.njk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% else %}
77
{% set resolved_front_bg = frontBg %}
88
{% endif %}
9-
9+
1010
{% if topBg == "" %}
1111
{% set resolved_top_bg = resolved_front_bg %}
1212
{% elseif topBg == "lime" %}
@@ -18,7 +18,7 @@
1818
{% else %}
1919
{% set resolved_top_bg = topBg %}
2020
{% endif %}
21-
21+
2222
{% if leftBg == "" %}
2323
{% set resolved_left_bg = resolved_front_bg %}
2424
{% elseif leftBg == "lime" %}
@@ -31,10 +31,10 @@
3131
{% set resolved_left_bg = leftBg %}
3232
{% endif %}
3333

34-
<div class="window-container{% if autoHeight %} window-auto-height{% endif %}"
35-
style="--w:{{ width }}; --h:{{ height }}; --d:{{ depth }};
36-
--front-bg:{{ resolved_front_bg }};
37-
--top-bg:{{ resolved_top_bg }};
34+
<div class="window-container{% if autoHeight %} window-auto-height{% endif %}"
35+
style="--w:{{ width }}; --h:{{ height }}; --d:{{ depth }};
36+
--front-bg:{{ resolved_front_bg }};
37+
--top-bg:{{ resolved_top_bg }};
3838
--left-bg:{{ resolved_left_bg }};">
3939
<!-- Top Panel -->
4040
<div class="face top"></div>

0 commit comments

Comments
 (0)