Skip to content

Commit 15dde77

Browse files
committed
Remove overlap promobar and adjust margin top for promo bar
1 parent 7649928 commit 15dde77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/shortcodes/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ $_hugo_config := `{ "version": 1 }` }}
22

33
<div class="container-fluid mt-5 p-0">
4-
<div class="rounded-lg" id='{{.Get "id" }}'>
4+
<div class="rounded-lg" id='{{.Get "id" }}' style="height: 100%;">
55
<div class="row">
66
<div class="col-12 p-0 p-lg-3">
77
{{ if .Get "title" }}

layouts/shortcodes/promo_bar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ $_hugo_config := `{ "version": 1 }` }}
2-
<div id={{.Get "id" }} class="container-fluid mt-5 p-0">
2+
<div id={{.Get "id" }} class="container-fluid mt-0 p-0">
33
<div class="shadow bg-lightblue">
44
<div class="row promobar-mobile-desktop-layout">
55
<div class="col-12 flex justify-center items-center px-5">

0 commit comments

Comments
 (0)