Skip to content

Commit 8037edc

Browse files
Anil KommareddiCopilot
andcommitted
Fix: center 'Sign up' button in teal footer banner
The vc_row-fluid flex shim was overriding the <center> tag. Added text-align:center and justify-content:center to the div's inline style to restore centered alignment. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7cc1481 commit 8037edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ <h2 class="ore-slide-title">ORE is Always Evolving</h2>
331331
</section>
332332
<!-- End Page Section -->
333333
<!-- Foter -->
334-
<div class="row vc_row-fluid" style="background-color: #026d95; margin: 0px 0 0 0 !important;"><center><h3><br>
334+
<div class="row vc_row-fluid" style="background-color: #026d95; margin: 0px 0 0 0 !important; text-align: center; justify-content: center;"><center><h3><br>
335335
<a href="https://solutions.lseg.com/OREMailingList" title="button" target="_blank" class="btn btn-custom-61eea97c85a47 btn-mod btn-small btn-solid btn-round"> Sign up to hear about the latest ORE developments</a>
336336
<br><br></h3></center></div>
337337
<footer class="small-section bg-gray-lighter footer pb-60">

0 commit comments

Comments
 (0)