Skip to content

Commit af81869

Browse files
committed
Fix Horizontal scroll issue
1 parent 105324b commit af81869

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

layouts/partials/page-header.html

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,7 @@ <h2 class="pr-5" style="color:#005aa7;">{{ .Params.Title | markdownify }}</h2>
2222
</div>
2323
</section>
2424

25-
{{ $divider_block_class := "divider-blocks"}}
26-
{{ $divider_lower_block_class := "lower-blocks"}}
27-
28-
{{ if eq .Params.background_color "#f9f9f9" }}
29-
{{$divider_block_class = "divider-blocks__grey"}}
30-
{{$divider_lower_block_class = "lower-blocks__grey"}}
31-
{{end}}
32-
3325
<!-- Divider block elements -->
34-
<div class="row" id="gradient-line-blocks">
35-
<div class="col-12 {{$divider_block_class}}">
36-
<div class="row upper-blocks" id="box1"></div>
37-
<div class="row {{$divider_lower_block_class}} justify-content-center border-gradient"
38-
style="border-image:linear-gradient(to right, #FFFDE4, #ffcbbd) 1 0 0 0;"></div>
39-
</div>
26+
<div class="border-bottom-gradient">
4027
</div>
4128
<!-- /Divider block elements -->

tina/tina-lock.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)