Skip to content

Commit 18d185c

Browse files
fix: align width of header and footer
1 parent d8b7ec6 commit 18d185c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/thingweb/layouts/partials/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div class="container">
2-
<div class="">
2+
<div class="row">
33
<div class="footer-shape">
44
<img src="/img/others/footer-shape.jpg" class="img-fluid" style="width: 100%" />
55
</div>
6-
<footer><!-- width="100%" -->
6+
<footer style="width: 100%"><!-- width="100%" -->
77
<!--
88
<div class="foot-social text-center">
99
<ul class="list-inline">
@@ -42,7 +42,7 @@
4242
<span>|</span>
4343
<a href="http://www.eclipse.org/legal" target="_blank">Legal</a>
4444
</p>
45-
</br>
45+
<br />
4646
<a href="https://www.eclipse.org" target="_blank">
4747
<img style="height: 120px" src="https://www.eclipse.org/hono/img/eclipse_foundation_logo_wo.svg"
4848
id="logo-eclipse-foundation">

0 commit comments

Comments
 (0)