fix: more footer layout issues (#1926)

Fixing up some more issues with the footer layout.
This commit is contained in:
Raymond Zhao 2024-04-22 09:53:31 -07:00 committed by GitHub
parent c8516c42da
commit 98f70d5133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
<div class="container">
<div class="row">
<div class="col-sm-10">
<div class="col-sm-8">
<ul class="links">
<li>
<span class="message">Hello from Seattle and Zürich.</span>
@ -35,7 +35,7 @@
<source srcset="{{site.baseurl}}/img/microsoft-logo.png" media="(prefers-color-scheme: dark)"></source>
<img src="{{site.baseurl}}/img/microsoft-logo-inverted.png" height="20" alt="Microsoft">
</picture>
</a>
</a><br>
<span>© 2024 Microsoft</span>
</div>
</li>